Call Routing: Hide window title when included (on Dashboard).
This commit is contained in:
parent
cddb11e5d5
commit
d7602be0af
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue