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:

Project information

Releases