Merge branch 'MDL-67771-master' of git://github.com/peterRd/moodle

This commit is contained in:
Andrew Nicols 2021-05-27 09:44:26 +08:00
commit 0f5ce89003

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.