Merge branch 'MDL-33191_M22' of git://github.com/lazydaisy/moodle into MOODLE_22_STABLE

This commit is contained in:
Sam Hemelryk
2012-05-28 11:21:58 +12:00
+4 -3
View File
@@ -49,12 +49,13 @@ $THEME->editor_sheets = array('editor');
////////////////////////////////////////////////////
$THEME->layouts = array(
// Most backwards compatible layout without the blocks - this is the layout used by default
'base' => array(
'file' => 'general.php',
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-post',
'regions' => array(),
),
'general' => array(
// Standard layout with blocks, this is recommended for most pages with general information
'standard' => array(
'file' => 'general.php',
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-post',