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 5b8414066f
commit e67aa0c638
80 changed files with 107 additions and 107 deletions
+2 -2
View File
@@ -209,7 +209,7 @@ if (count($_POST)>0) {
//show the header
require_once "resources/header.php";
$page["title"] = $text['title-import_results'];
$document['title'] = $text['title-import_results'];
echo "<div align='center'>\n";
echo "<table width='100%' border='0' cellpadding='6' cellspacing='0'>\n";
@@ -304,7 +304,7 @@ if (count($_POST)>0) {
//show the header
require_once "resources/header.php";
$page["title"] = $text['title-import'];
$document['title'] = $text['title-import'];
//show the content
echo "<div align='center'>";