Hi all. I have a theme called zio2008 into my sites/all/themes directory. In the template.php I have:
function zio2008_regions() { return array( 'right' => t('right2 sidebar'), 'footer' => t('footer'), ); }
My problem is that when I go to admin/block section, for add a block to the "right" section, and click on the zio2008 configuration link I continue to see my default theme, and not "zio2008" theme. The problem is the same for all other themes link (garland, pushbotton, etc);
Where is my error ?
M.