Streams: Add window titles.
This commit is contained in:
@@ -156,6 +156,7 @@
|
|||||||
$token = $object->create($_SERVER['PHP_SELF']);
|
$token = $object->create($_SERVER['PHP_SELF']);
|
||||||
|
|
||||||
//show the header
|
//show the header
|
||||||
|
$document['title'] = $text['title-stream'];
|
||||||
require_once "resources/header.php";
|
require_once "resources/header.php";
|
||||||
|
|
||||||
//show the content
|
//show the content
|
||||||
|
|||||||
@@ -123,6 +123,7 @@
|
|||||||
$token = $object->create($_SERVER['PHP_SELF']);
|
$token = $object->create($_SERVER['PHP_SELF']);
|
||||||
|
|
||||||
//include header
|
//include header
|
||||||
|
$document['title'] = $text['title-streams'];
|
||||||
require_once "resources/header.php";
|
require_once "resources/header.php";
|
||||||
|
|
||||||
//audio control styles
|
//audio control styles
|
||||||
|
|||||||
Reference in New Issue
Block a user