Fix Active Calls & Registrations page window titles.
This commit is contained in:
parent
111539b258
commit
326ebd8def
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ require_once "resources/check_auth.php";
|
|||
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['header-registrations'];
|
||||
|
||||
//show the registrations
|
||||
echo "<table width='100%' border='0' cellspacing='0' cellpadding='5'>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue