MDL-33055 theme_formal_white: changed "general" to "standard" in $theme->layouts array index

This commit is contained in:
Kordan 2012-05-21 09:26:52 +02:00
parent 71d7bc34a8
commit 5ac3b1c0ba

View File

@ -93,7 +93,7 @@ $THEME->layouts = array(
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-post',
),
'general' => array(
'standard' => array(
'file' => 'general.php',
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-post',