diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 51915c8559..bab13405a2 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -62,20 +62,25 @@ $language = new text; $text = $language->get(); -//load header +//load header and set the title require_once "resources/header.php"; $document['title'] = $text['title-user_dashboard']; +//start the content echo "
| ";
echo " ".$text['header-user_dashboard']." "; - echo " ".$text['description-user_dashboard']; echo " | \n";
echo " \n"; echo " ".$text['label-welcome']." ".$_SESSION["username"].""; echo " | \n"; echo "
| "; + echo " ".$text['description-user_dashboard']; + echo " | \n"; + echo "|