diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 1e08b599c8..78846d0a6f 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -74,7 +74,7 @@ echo " \n"; echo " \n"; if ($_SESSION['theme']['menu_style']['text'] != 'side') { - echo " ".$text['label-welcome']." ".$_SESSION["username"].""; + echo " ".$text['label-welcome']." ".$_SESSION["username"].""; } echo " \n"; echo " \n";