Active
Project:
Amity Island
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2010 at 12:43 UTC
Updated:
3 May 2011 at 06:17 UTC
Would it be possible to have a header region in Amity Island, to be able to display blocks?
Comments
Comment #1
shruti.sheth commentedHello,
Yes, it is possible to have header region in Amity Island to display blocks.
One of the ways for doing that can be as follows,
1. Add the following code in your .info file
2. Add the following code in your page.tpl.php inside the header-wrapper div and below the code
<h2><?php print $site_slogan ?></h2> </div> <?php } ?> </div> <?php } ?>3. Add the following code in your style.css
The blocks to be displayed in this region can be enabled in header region in your admin/build/block.
Hope this helps!
Thanks,
Shruti.