Document (Window) Title: Update variable name to avoid conflict when paging is used.

This commit is contained in:
Nate Jones
2014-07-10 00:32:50 +00:00
parent a8e60b15d5
commit dc2196dd6f
80 changed files with 107 additions and 107 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ else {
require_once "resources/header.php";
$page["title"] = $text['title-xmpp'];
$document['title'] = $text['title-xmpp'];
require_once "resources/paging.php";
+2 -2
View File
@@ -53,10 +53,10 @@ if (isset($_REQUEST["id"])) {
}
if ($action == "update") {
$page["title"] = $text['title-xmpp-edit'];
$document['title'] = $text['title-xmpp-edit'];
}
else if ($action == "add") {
$page["title"] = $text['title-xmpp-add'];
$document['title'] = $text['title-xmpp-add'];
}
$domain_name = $_SESSION['domains'][$_SESSION['domain_uuid']]['domain_name'];