From: moodler Date: Mon, 10 Apr 2006 15:38:34 +0000 (+0000) Subject: Take the course listing out of the default site page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f870b674a16902237753c7845e5efef7521d7b62;p=moodle.git 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. --- diff --git a/lib/pagelib.php b/lib/pagelib.php index f84beee98d..3b2b45474b 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -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