diff --git a/core/dashboard/index.php b/core/dashboard/index.php index 1111de3c65..574016b6d9 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -192,10 +192,10 @@ } //show the content - echo "
\n"; echo "
\n"; echo "
".$text['title-dashboard']."
\n"; echo "
\n"; + echo " \n"; if ($_SESSION['theme']['menu_style']['text'] != 'side') { echo " ".$text['label-welcome']." ".$_SESSION["username"]."   "; } @@ -211,11 +211,11 @@ echo button::create(['type'=>'button','label'=>$text['button-edit'],'icon'=>$_SESSION['theme']['button_icon_edit'],'id'=>'btn_edit','name'=>'btn_edit','style'=>'margin-left: 15px;','onclick'=>"edit_mode('on');"]); echo button::create(['type'=>'button','label'=>$text['button-settings'],'icon'=>$_SESSION['theme']['button_icon_add'],'id'=>'btn_add','name'=>'btn_add','link'=>'dashboard.php']); } + echo " \n"; + echo " \n"; echo "
\n"; echo "
\n"; echo "
\n"; - echo "\n"; - echo "\n"; //display login message //if (if_group("superadmin") && isset($_SESSION['login']['message']['text']) && $_SESSION['login']['message']['text'] != '') {