You are here

README.txt in Block Subtitle 6

Same filename and directory in other branches
  1. 8 Readme.txt
-- SUMMARY --

This module allows subtitle to be set to blocks.


-- REQUIREMENTS --

None.


-- INSTALLATION --

* Enable the Block Subtitle module under Administer >> Site Building >> Modules
* Once enable you need to edit block.tpl.php in your theme. Add the following code to show the block subtitle

<?php if ($block->subtitle): ?>
    <h3 class="subtitle"><?php print $block->subtitle; ?></h3>
<?php endif; ?>

File

README.txt
View source
  1. -- SUMMARY --
  2. This module allows subtitle to be set to blocks.
  3. -- REQUIREMENTS --
  4. None.
  5. -- INSTALLATION --
  6. * Enable the Block Subtitle module under Administer >> Site Building >> Modules
  7. * Once enable you need to edit block.tpl.php in your theme. Add the following code to show the block subtitle
  8. subtitle): ?>
  9. subtitle; ?>