"/> getInfo()["theme"])) { if ((empty($_GET["theme"])) || (!empty($_GET["theme"]) && $_GET["theme"] != "-")) { $themeName = $_GET["theme"] ?? $_SESSION["currentTheme"] ?? $_SESSION["utente"]->getInfo()["theme"] ?? "-"; $themePath = $config["themesFolder"].$themeName.".css"; if (file_exists($root.$themePath)) { $theme = $default_themes[$themeName] ?? null; if (!empty($theme)) { $required_css[] = $themePath; $_SESSION["currentTheme"] = $themeName; } } } else { unset($_SESSION["currentTheme"]); } } if (!empty($required_css)) foreach($required_css AS $css) { ?>
'; } if (!empty($breadcrumb) && is_array($breadcrumb)) { ?>
checkPEC()) { alertManager::printAlertBox(__("La piattaforma non รจ in grado di inviare PEC"),($_SESSION["utente"]->gerarchia <= 10) ? (__("Verificare la configurazione") . " PEC") : _("Contattare un utente amministratore")); } }