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
| Attachment | Size |
|---|---|
| 1.jpg | 17.93 KB |
Groups:
Login to post comments
Take a look at Theming
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
thank you so much for the reply..
I created block.tpl.php for it
now it works..