]> git.mjollnir.org Git - moodle.git/commitdiff
Take the course listing out of the default site page
authormoodler <moodler>
Mon, 10 Apr 2006 15:38:34 +0000 (15:38 +0000)
committermoodler <moodler>
Mon, 10 Apr 2006 15:38:34 +0000 (15:38 +0000)
because the default setting on site.php is to have it
in the middle of the page.

lib/pagelib.php

index f84beee98d96b53e3cfb1675d087a90362045af4..3b2b45474b41a8815bca2369078ddb567b6077ad 100644 (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