Closed (fixed)
Project:
Easy Breeze
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Jul 2009 at 06:39 UTC
Updated:
28 Mar 2011 at 14:01 UTC
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
}
Comments
Comment #1
hswong3i commentedThis issue should be fixed within 7.x-3.x-dev. Please feel free to download and test it out :D