Theme: Side Menu Enhancements

This commit is contained in:
Nate
2019-03-26 14:43:31 -06:00
parent 7112aed941
commit 299a0141ff
6 changed files with 238 additions and 73 deletions

View File

@@ -72,7 +72,9 @@
echo " <b>".$text['header-user_dashboard']."</b><br />";
echo " </td>\n";
echo " <td valign='top' style='text-align: right; white-space: nowrap;'>\n";
echo " ".$text['label-welcome']." <a href='".PROJECT_PATH."/core/users/user_edit.php?id=user'>".$_SESSION["username"]."</a>";
if ($_SESSION['theme']['menu_style']['text'] != 'side') {
echo " ".$text['label-welcome']." <a href='".PROJECT_PATH."/core/users/user_edit.php?id=user'>".$_SESSION["username"]."</a>";
}
echo " </td>\n";
echo " </tr>\n";
echo " <tr>\n";