mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-67771 theme: Add side-post to incourse views
This commit is contained in:
parent
0b69b37f04
commit
2d47939366
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user