mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Call Routing: Hide window title when included (on Dashboard).
This commit is contained in:
@@ -162,7 +162,9 @@
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//include header
|
||||
$document['title'] = $text['title'];
|
||||
if (!$is_included) {
|
||||
$document['title'] = $text['title'];
|
||||
}
|
||||
require_once "resources/header.php";
|
||||
|
||||
//javascript for toggle select box
|
||||
|
||||
Reference in New Issue
Block a user