If I change a block title to to suppress it, the theme still displays the green background associated with the h2 HTML tag.

This can be resolved by changing line 7 of block.tpl.php to read
<?php if ($block->subject): ?><h2 class="title"><?php print $block->subject; ?></h2><?php endif?>

CommentFileSizeAuthor
block.tpl_.zip385 bytesgreggmarshall

Comments

trisz’s picture

Status: Active » Closed (fixed)

It is fixed in the zerolime version 6.x-1.4,
http://drupal.org/node/957868.
So, I close this issue.