12
I still don't get why you hardcode the block titles in the template files.
If I don't want a block title, I empty the block title in the block admin, and then it won't show. And to hide the block title container I just use
<{if $block.title}><h2><{$block.title}>h2><{/if}>
This will show the block title if it has a value in it, and otherwise, it won't.
Simple!
Herko