From 0e83e4f5ca783b020b7f0299fbbcc555d9d84b8b Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 19 Jun 2006 13:34:46 +0000 Subject: [PATCH] FIxed some missing headers --- user/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/index.php b/user/index.php index 47615b9ded0..c3c8553e3d0 100644 --- a/user/index.php +++ b/user/index.php @@ -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, " ", navmenu($course)); notice(get_string('sitepartlist1')); } }