Member of
Drupal Mauritius
On 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.
Comments
Anonymous
Thu, 08/12/2010 - 08:52
Permalink
I have not yet used block
I have not yet used block subtitle. But i will definitely use it when i come across. Thanks Arshad.
Mike
Fri, 11/26/2010 - 10:47
Permalink
I just used it and it works
I just used it and it works perfectly. Thanks alot.
Add new comment