mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the title
This commit is contained in:
@@ -73,7 +73,7 @@ require_once "resources/require.php";
|
||||
$custom_head = '';
|
||||
|
||||
if (isset($_SESSION["theme"]["title"]["text"])) {
|
||||
if (strlen($_SESSION["theme"]["title"]["text"]) == 0) {
|
||||
if (strlen($_SESSION["theme"]["title"]["text"]) > 0) {
|
||||
$document_title = (($document["title"] != '') ? $document["title"]." - " : null).$_SESSION["theme"]["title"]["text"];
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user