Hello,
Would you please explain how to add new regions to the theme ? I am a bit perplexed as the explanation at region.tpl php is above my head. I need only to add a content-top region.

Many thanks for the great theme.

Comments

makangus’s picture

In boron.info, add your own region by adding regions[new_region] = New Region

Then in page.tpl.php, you will need to print the region out by <?php print render($page['new_region']); ?>

I would recommend creating a sub-theme of boron instead of modifying the boron theme directly though.

tlattimore’s picture

Status: Active » Fixed

Marking as fixed based on #1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.