Streams: Add window titles.
This commit is contained in:
parent
7b514d342c
commit
654ab33cdb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue