mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-75610 theme: Allow the activity title in Boost theme's secure layout
This commit is contained in:
parent
dd25891bda
commit
9118a619c6
3 changed files with 26 additions and 1 deletions
|
@ -164,7 +164,12 @@ $THEME->layouts = [
|
|||
'secure' => array(
|
||||
'file' => 'secure.php',
|
||||
'regions' => array('side-pre'),
|
||||
'defaultregion' => 'side-pre'
|
||||
'defaultregion' => 'side-pre',
|
||||
'options' => [
|
||||
'activityheader' => [
|
||||
'notitle' => false,
|
||||
],
|
||||
],
|
||||
)
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue