FIxed some missing headers

This commit is contained in:
moodler
2006-06-19 13:34:46 +00:00
parent d40b3e1034
commit 0e83e4f5ca
+4
View File
@@ -28,9 +28,13 @@
if (!$course->category) {
if (!$CFG->showsiteparticipantslist and !isteacher(SITEID)) {
print_header("$course->shortname: ".get_string('participants'), $course->fullname,
get_string('participants'), "", "", true, " ", navmenu($course));
notice(get_string('sitepartlist0'));
}
if ($CFG->showsiteparticipantslist < 2 and !isteacherinanycourse()) {
print_header("$course->shortname: ".get_string('participants'), $course->fullname,
get_string('participants'), "", "", true, "&nbsp;", navmenu($course));
notice(get_string('sitepartlist1'));
}
}