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

View File

@@ -67,7 +67,7 @@
// load header
require_once "resources/header.php";
$page["title"] = $text['title-user_dashboard'];
$document['title'] = $text['title-user_dashboard'];
echo "<br><b>".$text['header-user_dashboard']."</b><br>";
echo $text['description-user_dashboard'];