diff --git a/theme/boost/config.php b/theme/boost/config.php index d6786d84d7a..3ee7f1d1f3d 100644 --- a/theme/boost/config.php +++ b/theme/boost/config.php @@ -81,7 +81,8 @@ $THEME->layouts = [ // My courses page. 'mycourses' => array( 'file' => 'drawers.php', - 'regions' => array(), + 'regions' => ['side-pre'], + 'defaultregion' => 'side-pre', 'options' => array('nonavbar' => true), ), // My dashboard page. diff --git a/theme/classic/config.php b/theme/classic/config.php index 0094b039803..defd043bc6b 100644 --- a/theme/classic/config.php +++ b/theme/classic/config.php @@ -75,7 +75,8 @@ $THEME->layouts = [ // My courses page. 'mycourses' => array( 'file' => 'columns.php', - 'regions' => array() + 'regions' => ['side-pre', 'side-post'], + 'defaultregion' => 'side-pre', ), // My dashboard page. 'mydashboard' => array(