Scusatemi sto cercando di personalizzare un themplate.

Sono partito da un zen_theme implementando il seguente codice in template.php

return array(
'page_top' => t('page top'),
'banner' => t('banner'),
'left' => t('left sidebar'),
'right' => t('right sidebar'),
'navbar' => t('navigation bar'),
'content_top' => t('content top'),
'content_bottom' => t('content bottom'),
'header' => t('header'),
'footer' => t('footer'),
'closure_region' => t('closure'),
);
}

Mentre poi su page.tpl.php