diff --git a/web/edit/user/index.php b/web/edit/user/index.php index b8ec3176..0aa0215d 100644 --- a/web/edit/user/index.php +++ b/web/edit/user/index.php @@ -7,8 +7,6 @@ $TAB = 'USER'; include($_SERVER['DOCUMENT_ROOT']."/inc/main.php"); -// Header -include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html'); // Check user argument if (empty($_GET['user'])) { @@ -165,6 +163,11 @@ if (!empty($_POST['save'])) { } } + +// Header +include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html'); + + // Panel if (!empty($_SESSION['look'])) { top_panel($user,$TAB); diff --git a/web/templates/user/edit_user.html b/web/templates/user/edit_user.html index 7bdbca7f..70ae8a01 100644 --- a/web/templates/user/edit_user.html +++ b/web/templates/user/edit_user.html @@ -89,27 +89,6 @@ - - - - - - - - @@ -154,27 +133,6 @@ > - - - - - - - - - -