diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index d92c7b53c0..2540fa337f 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -62,9 +62,8 @@ $language = new text; $text = $language->get(); -//load header and set the title +//load the header require_once "resources/header.php"; - $document['title'] = $text['title-user_dashboard']; //start the content echo "\n"; @@ -1263,6 +1262,13 @@ echo "\n"; } +//add multi-lingual support + $language = new text; + $text = $language->get(); + +//set the title + $document['title'] = $text['title-user_dashboard']; + //show the footer require_once "resources/footer.php";