This project is not covered by Drupal’s security advisory policy.
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
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Content editing experience, Content display
41 sites report using this module
- Created by g089h515r806 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
