Call Routing: Hide window title when included (on Dashboard).

This commit is contained in:
Nate 2019-12-17 16:54:51 -07:00
parent cddb11e5d5
commit d7602be0af
1 changed files with 3 additions and 1 deletions

View File

@ -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