Call Block: Add window titles.

This commit is contained in:
Nate
2020-01-06 10:30:59 -07:00
parent 74edaac7df
commit bddc2237ee
2 changed files with 2 additions and 0 deletions

View File

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

View File

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