diff --git a/web/edit/user/index.php b/web/edit/user/index.php index 9121f9cfd..5b886af52 100644 --- a/web/edit/user/index.php +++ b/web/edit/user/index.php @@ -156,7 +156,11 @@ if (!empty($_POST['save'])) { } // Panel -top_panel($user,$TAB); +if (!empty($_SESSION['look'])) { + top_panel($user,$TAB); +} else { + top_panel($_SESSION['user'],$TAB); +} // Display body if ($_SESSION['user'] == 'admin') {