Gateways: Add window titles.

This commit is contained in:
Nate 2020-01-06 07:49:16 -07:00
parent 03c2a6504a
commit 08a08a039c
2 changed files with 2 additions and 0 deletions

View File

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

View File

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