Merge branch 'MDL-67771-311' of git://github.com/peterRd/moodle into MOODLE_311_STABLE

This commit is contained in:
Andrew Nicols
2021-05-27 09:45:00 +08:00
+1 -1
View File
@@ -56,7 +56,7 @@ $THEME->layouts = [
// Part of course, typical for modules - default page layout if $cm specified in require_login().
'incourse' => array(
'file' => 'columns.php',
'regions' => array('side-pre'),
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-pre',
),
// The site home page.