Block More Link
Categories
Component ID
816876
Component name
Block More Link
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
4435
Component created
Component changed
Component body
This module add a 'more' link property for each block,it can be used in block.tpl.php as a property.
put this code in your block.tpl.php:
<?php if ($block->more): ?>
<?php print $block->more ?>
<?php endif;?>
Changes
From alpha1 to beta1, "$block->more_link" have been changed to "$block->more",
Please change your block.tpl.php if you update from alpha1
Usage
:
One usage is
This module add a "more" link field to core block, maybe it is usefull for you.
One usage is
It is a googd example module for begginer learning drupal development.
Sponsors:
- This module was sponsored by Think in Drupal
