. */ include_once __DIR__.'/../core.php'; if (Auth::check()) { echo '
'; } echo ' '; if (Auth::check()) { if (!empty($_SESSION['keep_alive'])) { echo ' '; } if (App::debug()) { echo ' '; } $custom_css = setting('CSS Personalizzato'); if (!empty($custom_css)) { echo ' '; } // Hooks echo ' '; } echo ' '; // Retrocompatibilità if (!empty($id_record) || basename($_SERVER['PHP_SELF']) == 'controller.php' || basename($_SERVER['PHP_SELF']) == 'index.php') { unset($_SESSION['infos']); unset($_SESSION['errors']); unset($_SESSION['warnings']); }