Header optional
peterx - July 19, 2009 - 06:39
| Project: | Easy Breeze |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Could the header be made optional? http://owlshowl.com/ does not use the header and the header clips the top of the highest image. Deleting the header division with Firebug solves the image clipping problem.
if(!empty($header))
{
?><div id="header-region" class="clear-block"><?php print $header; ?></div>
<?php
}