Index: block.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bluebreeze/block.tpl.php,v
retrieving revision 1.1
diff -u -F^f -r1.1 block.tpl.php
--- block.tpl.php	18 Oct 2006 11:20:54 -0000	1.1
+++ block.tpl.php	13 Jan 2007 00:58:16 -0000
@@ -1,7 +1,7 @@
 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
   <div class="blockinner">
 
-    <h2 class="title"> <?php print $block->subject; ?> </h2>
+    <?php if ($block->subject) { ?><h2 class="title"> <?php print $block->subject; ?> </h2><?php } ?>
 
     <div class="content">
       <?php print $block->content; ?>
