Adding more regions on the bottom, and top like in the Ability THeme
vitovonantwon - June 24, 2008 - 03:10
| Project: | Marinelli |
| Version: | 6.x-1.8 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Lioz |
| Status: | closed |
Jump to:
Description
Hi,
I've been looking at your code, and I was trying to kinda add in the blocks from the ability theme into your theme.
But I'm having trouble.
Thanks.
Antonio
I've been using your theme on my learntheinternet.com site. I run the ability theme on nyclightwave.com
I really like your theme, I personally think it is one of the best I've seen for drupal.

#1
Sorry, not blocks, meant regions.
Antonio
#2
well you can add as many regions you want simply add this code in your page.tpl.php
<?php print $mycustomregion ?>remeber you have to specify it in the .info in your theme folder
regions[left] = Left sidebarregions[right] = Right sidebar
regions[content] = Content
regions[footer] = Footer
regions[mycustomregion] = My Custom Region
#3
Thanks.... I'll try that. That might be what I've been doing wrong. I never touched the .info
Antonio
#4
Oh, ya. that worked for me.... THanks.
SO far I was able to cut and paste sections of ability theme into your theme.
It worked. Need to do some css tweaks, but Thanks for that .info part.
For me was missing link.
Antonio
#5