Hello all, i'm searching how i can make new regeions inside drupal 6.. .
i know its in drupal 5 like this in template.php:
function ashladan_regions() {
return array(
'left' => t('left sidebar'),
'right' => t('right sidebar'),
'content' => t('content'),
'content_top' => t('content top'),
'content_bottom' => t('content bottom'),
'header' => t('header'),
'voet' => t('voet'),
'recent_nodes' => t('recent_nodes'),
'area6' => t('area6'),
'area7' => t('area7')
);
}
but how is it in 6??