Bridges: Add window title.

This commit is contained in:
Nate
2020-01-06 10:27:53 -07:00
parent 918aeaf8be
commit 74edaac7df
2 changed files with 2 additions and 0 deletions

View File

@@ -159,6 +159,7 @@
$token = $object->create($_SERVER['PHP_SELF']);
//show the header
$document['title'] = $text['title-bridge'];
require_once "resources/header.php";
//show the content

View File

@@ -132,6 +132,7 @@
$token = $object->create($_SERVER['PHP_SELF']);
//include the header
$document['title'] = $text['title-bridges'];
require_once "resources/header.php";
//show the content