mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
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:
parent
a7460097db
commit
f870b674a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user