About $variables, $hook,...
By: Arshad
21 Jun 2010On the new web project im working, i needed extra titles to be added to menu and blocks. A quick search on d.o return no results for block subtitle. so here goes a new project i created.
This module allows a user to add subtitle to blocks.
<?php if ($block->subtitle): ?> <h3 class="subtitle"><?php print $block->subtitle; ?></h3> <?php endif; ?>
Check out the blocks on the sidebar of this page.
ok let me have your feedback on this and how we can improve the module.
Hello I'm Arshad. I'm a 21 years old Drupal Web Developer. This is a site i put up for some reasons i can't remember and this is where i write stuffs i need to remember.;)
In the Web world, i head the Drupal Mauritius User Group and the jQuery user Group Mauritius and i'm a campus representative for Mozilla Firefox.
1 Response to Block Subtitle
Anonymous (not verified)
Thursday, August 12, 2010 - 08:52 reply
I have not yet used block subtitle. But i will definitely use it when i come across. Thanks Arshad.
Post new comment