mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Streams: Add window titles.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user