Fix Active Calls & Registrations page window titles.

This commit is contained in:
Nate Jones
2014-06-16 22:50:47 +00:00
parent 111539b258
commit 326ebd8def
2 changed files with 4 additions and 0 deletions

View File

@@ -43,7 +43,10 @@ else {
$conference_name = trim($_REQUEST["c"]);
$tmp_conference_name = str_replace("_", " ", $conference_name);
require_once "resources/header.php";
$page["title"] = $text['title'];
?><script type="text/javascript">
function loadXmlHttp(url, id) {
var f = this;