diff --git a/common.php b/common.php index 63d0fc5327f..13bc76fd75c 100644 --- a/common.php +++ b/common.php @@ -199,6 +199,9 @@ function showadminmenu() ."title=''" ."align='left'>\n" . "\t\t\t\t\t\n"; + $adminmenu .= "\t\t\t\t\t\n" + . "\t\t\t\t\t\n"; + // if not logged in show login icon if(!isset($_SESSION['loginID'])) { @@ -217,9 +220,6 @@ function showadminmenu() ""._("Logout").""; } - - $adminmenu .= "\t\t\t\t\t\n" - . "\t\t\t\t\t\n"; // edit users $adminmenu .= "\t\t\t\t\t" . "". _("Edit/Add Label Sets")."\n" - . "\t\t\t\t\t\n" - . "\t\t\t\t\t\n" . "\t\t\t\t\t\n"; } if(isset($_SESSION['USER_RIGHT_CREATE_TEMPLATE']))