While developing a custom theme based on hunchbaque, I encountered this problem: as soon as I'd rename the 'hunchbaque' folder to anything else, the three defined block regions (primary, secondar, footer) would disappear. In their place a 'content' and a 'footer' region would appear.
I am using Drupal 5.5 with the latest (09 August) version of Hunchbaque and have placed the 'hunchbaque' folder inside the sites/all/themes subdirectory. Is there any special procedure I should follow to rename the theme?
Comments
Comment #1
Zarabadoo commentedYou have to rename the functions in template.php also. There are several functions in that file that start with "hunchbaque". If you do a search and replace all, that should fix it.
Comment #2
Zarabadoo commented