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
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">&nbsp;</div>
    </div>

#1

Sam Dark - April 6, 2009 - 10:31

Define "looks funky" please.

#2

Starminder - April 6, 2009 - 15:21

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

Starminder - June 9, 2009 - 16:41
Status:active» needs work

Still having this problem, thanks

 
 

Drupal is a registered trademark of Dries Buytaert.