Make Block Title Display Correctly
Starminder - April 4, 2009 - 02:47
| Project: | Block Theme |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
I got the module to work and fixing a block specific css prblem I was having, so COOL. Unfortunately, I'm still new to this and for whatever reason the Block Title looks funky. Assuming it gets called here in blocktheme.tpl.php:
<div class="block block-<?php print $block->module; ?> customtemplate " id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
<h2><?php print $block->subject; ?></h2>
<?php print $block->content; ?>
<div class="block-bottom"> </div>
</div> 
#1
Define "looks funky" please.
#2
Have a look:
www.hoslotracer.com
blocks using block theme are "Recent Images" in right sidebar and "Random Images" at bottom. The Block Titles aren't displaying like the rest are, but I have no idea how to fix :) Thanks!!
#3
Still having this problem, thanks