Streams: Add window titles.

This commit is contained in:
Nate
2020-01-06 11:56:51 -07:00
parent 7b514d342c
commit 654ab33cdb
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -123,6 +123,7 @@
$token = $object->create($_SERVER['PHP_SELF']);
//include header
$document['title'] = $text['title-streams'];
require_once "resources/header.php";
//audio control styles