mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Restore default branding in window title.
This commit is contained in:
@@ -163,6 +163,9 @@
|
||||
else if (isset($_SESSION['software_name'])) {
|
||||
$document_title = $_SESSION['software_name'];
|
||||
}
|
||||
else {
|
||||
$document_title = 'FusionPBX';
|
||||
}
|
||||
$document_title = (!empty($document['title']) ? $document['title'].' - ' : null).($document_title ?? '');
|
||||
$view->assign('document_title', $document_title);
|
||||
//domain selector control
|
||||
|
||||
Reference in New Issue
Block a user