'; } echo ' '; if (Auth::check()) { if (!empty($_SESSION['keep_alive'])) { echo ' '; } if (!empty($debug)) { echo ' '; } $custom_css = get_var('CSS Personalizzato'); if (!empty($custom_css)) { echo ' '; } if (!empty($debugbarRenderer)) { echo $debugbarRenderer->render(); } // Rimozione del messaggio automatico riguardante la modifica di valori nella pagina echo ' '; } echo ' '; 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']); }