Serghey Rodin пре 11 година
родитељ
комит
6c4a08cf1e
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      web/edit/user/index.php

+ 5 - 1
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') {