Merge branch 'MDL-33191_M22' of git://github.com/lazydaisy/moodle into MOODLE_22_STABLE
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user