diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 530adacea4..ee92aac2c4 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -19,7 +19,7 @@ require_once 'include/functions_notifications.php'; config_check(); -if ($_SESSION['menu_type'] == 'classic') { +if ($config['menu_type'] == 'classic') { echo '
'; } else { echo '
'; diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 18808b788c..072484ee06 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -20,14 +20,12 @@ if (! isset($config['id_user'])) {