Need help: How to theming Block title?

Hi,

This is my first time converting theme..This is Joomla to Drupal.

And now Im stuck..

I have no idea how to theming the Block title.

The block title looks plain. I want the Block title to be in the "BlockTitleHere".

Using <?php print $block->subject ?> also not works

You can see the Block img in the attachment.

Thanks

AttachmentSize
1.jpg17.93 KB
Login to post comments

Take a look at Theming

toma's picture
toma - Mon, 2009-04-20 08:25

Take a look at Theming blocks individually, by region, or by module
http://drupal.org/node/104319

Or use block theme module

http://drupal.org/project/blocktheme


thank you so much for the

apasaja - Mon, 2009-04-20 13:00

thank you so much for the reply..

I created block.tpl.php for it

now it works..