mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Dashboard: Adjust window title.
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
$text = $language->get();
|
||||
|
||||
//load the header
|
||||
$document['title'] = $text['title-user_dashboard'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//start the content
|
||||
@@ -1291,14 +1292,7 @@
|
||||
echo "</div>\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";
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user