MDL-75610 theme: Allow the activity title in Boost theme's secure layout

This commit is contained in:
Mark Johnson 2024-11-12 11:51:21 +00:00
parent dd25891bda
commit 9118a619c6
No known key found for this signature in database
GPG key ID: EB30E1468CFAE242
3 changed files with 26 additions and 1 deletions

View file

@ -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,
],
],
)
];