Take the course listing out of the default site page

because the default setting on site.php is to have it
in the middle of the page.
This commit is contained in:
moodler 2006-04-10 15:38:34 +00:00
parent a7460097db
commit f870b674a1

View File

@ -495,7 +495,7 @@ class page_course extends page_base {
}
/// Failsafe - in case nothing was defined.
else {
$blocknames = 'site_main_menu,admin,course_list:course_summary,calendar_month';
$blocknames = 'site_main_menu,admin:course_summary,calendar_month';
}
}
// It's a normal course, so do it according to the course format