diff --git a/theme/bootstrapbase/config.php b/theme/bootstrapbase/config.php index 5c801fa..00d336e 100644 --- a/theme/bootstrapbase/config.php +++ b/theme/bootstrapbase/config.php @@ -81,8 +81,8 @@ $THEME->layouts = array( // Server administration scripts. 'admin' => array( 'file' => 'columns2.php', - 'regions' => array('side-pre'), - 'defaultregion' => 'side-pre', + 'regions' => array('side-post'), + 'defaultregion' => 'side-post', ), // My dashboard page. 'mydashboard' => array( diff --git a/theme/bootstrapbase/layout/columns2.php b/theme/bootstrapbase/layout/columns2.php index 3a0e69f..572f9e7 100644 --- a/theme/bootstrapbase/layout/columns2.php +++ b/theme/bootstrapbase/layout/columns2.php @@ -76,7 +76,7 @@ echo $OUTPUT->doctype() ?> echo $OUTPUT->course_content_footer(); ?> - blocks('side-pre', $sidepre); ?> + blocks('side-post', $sidepre); ?>