Document (Window) Title: Update variable name to avoid conflict when paging is used.
This commit is contained in:
@@ -50,19 +50,19 @@ else {
|
||||
require_once "resources/header.php";
|
||||
require_once "resources/paging.php";
|
||||
if ($app_uuid == "c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4") {
|
||||
$page["title"] = $text['title-inbound_routes'];
|
||||
$document['title'] = $text['title-inbound_routes'];
|
||||
}
|
||||
elseif ($app_uuid == "8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3") {
|
||||
$page["title"] = $text['title-outbound_routes'];
|
||||
$document['title'] = $text['title-outbound_routes'];
|
||||
}
|
||||
elseif ($app_uuid == "16589224-c876-aeb3-f59f-523a1c0801f7") {
|
||||
$page["title"] = $text['title-queues'];
|
||||
$document['title'] = $text['title-queues'];
|
||||
}
|
||||
elseif ($app_uuid == "4b821450-926b-175a-af93-a03c441818b1") {
|
||||
$page["title"] = $text['title-time_conditions'];
|
||||
$document['title'] = $text['title-time_conditions'];
|
||||
}
|
||||
else {
|
||||
$page["title"] = $text['title-dialplan_manager'];
|
||||
$document['title'] = $text['title-dialplan_manager'];
|
||||
}
|
||||
|
||||
//show the content
|
||||
|
||||
Reference in New Issue
Block a user