=== modified file 'themes/garland/template.php' --- themes/garland/template.php 2006-11-07 16:07:00.000000000 +0200 +++ themes/garland/template.php 2006-11-17 20:37:19.043148800 +0200 @@ -1,5 +1,24 @@ t('left sidebar'), + 'right' => t('right sidebar'), + 'content' => t('content'), + 'footer' => t('footer') + ); +} +function minelli_regions() { + return array( + 'left' => t('left sidebar'), + 'right' => t('right sidebar'), + 'content' => t('content'), + 'footer' => t('footer') + ); +} +/** * Sets the body-tag class attribute. * * Adds 'sidebar-left', 'sidebar-right' or 'sidebars' classes as needed.