added pop up blocker checker

This commit is contained in:
moodler
2005-11-09 02:17:26 +00:00
parent 233de2e316
commit 704fbf6e1b
+3 -3
View File
@@ -25,7 +25,7 @@ class page_quiz extends page_generic_activity {
parent::init_quick($data);
}
function print_header($title, $morebreadcrumbs = NULL) {
function print_header($title, $morebreadcrumbs = NULL, $bodytags ='') {
global $USER, $CFG;
$this->init_full();
@@ -76,7 +76,7 @@ class page_quiz extends page_generic_activity {
else {
$buttons = ' ';
}
print_header($title, $this->courserecord->fullname, $crumbtext, '', '', true, $buttons, navmenu($this->courserecord, $this->modulerecord));
print_header($title, $this->courserecord->fullname, $crumbtext, '', '', true, $buttons, navmenu($this->courserecord, $this->modulerecord),false,$bodytags);
}
@@ -85,4 +85,4 @@ class page_quiz extends page_generic_activity {
}
}
?>
?>