fixing duplicate header

This commit is contained in:
toyomoyo
2007-11-30 01:16:26 +00:00
parent 207ddacd41
commit 69882467d4

View File

@@ -191,9 +191,6 @@ $navlinks = array();
print_header("$course->shortname: $blogstring", $course->fullname, $navigation,'','',true,$PAGE->get_extra_header_string());
} else {
$navlinks[] = array('name' => $course->shortname,
'link' => "$CFG->wwwroot/course/view.php?id=$course->id",
'type' => 'misc');
$navlinks[] = array('name' => $participants,
'link' => "$CFG->wwwroot/user/index.php?id=$course->id",
'type' => 'misc');