////////////////////////////////////////////////////
$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',