Hi there. I am trying to figure out how to embed a new block region on a theme (marinelli 6.x).
This is explained for 5 and I had done it. But I could not find any info on how to do it on 6. Any help is much appreciated.
cheers

Comments

jabba_29’s picture

It's in the info file. Saw example on this site of course, but no bookmark :o
It will be in the handbook - just need to search. Example:

regions[left] = Left sidebar
regions[right] = Right sidebar
regions[header] = Header
regions[pre_content] = Pre content
regions[content] = Content
regions[footer] = Footer

You must include existing regions in there if you are going to add your own...
You need to recache the .info file after making changes..

Regards

Jamie

Making Drupal Mobile

mundox’s picture

Hey Jamie, thanks for the info. I did what you said (also found the article). But after inserting the default regions and the new region, and emptying cache I now have only the new region selectable for my blocks. The other ones have disappeared. What now? :)

aries’s picture

Simply add the default regions too.
--
Aries

mundox’s picture

Well I have done that. (as previously mentioned)
I still don't have the regions in the drop-down list. ??

mundox’s picture

Bump.