From f870b674a16902237753c7845e5efef7521d7b62 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 10 Apr 2006 15:38:34 +0000 Subject: [PATCH] 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. --- lib/pagelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5