MDL-67771 theme: Add side-post to incourse views

This commit is contained in:
Peter Dias 2021-05-20 15:13:51 +08:00
parent 0b69b37f04
commit 2d47939366

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.