README.txt in Block Title Link 6.2
Same filename and directory in other branches
===== Block Title Link ----- Block Title Link is a simple module that creates a link field in the Block Admin page. It works by creating a new template variable in the $block object called $block->title_link. It then uses hook_preprocess_block to wrap a link around the block->subject variable. ===== Updates ===== Feb 11, 2010 This module initially relied on a theme level template modifcation for wrapping the title link around the $block->subject. As of the latest dev release this wrapping is performed on the module level and a new template is no longer required. Jan 03 2013 The features from the 7.x branch of the module have been ported to the new 6.x-2.x branch. This allows users to add in targets, attributes etc to the link rather than just specifying a link. It also has token support.
File
README.txtView source
- =====
- Block Title Link
-
- -----
- Block Title Link is a simple module that creates a link field in the Block Admin page. It works by creating a new template variable in the $block object called $block->title_link. It then uses hook_preprocess_block to wrap a link around the block->subject variable.
-
- =====
- Updates
- =====
- Feb 11, 2010
- This module initially relied on a theme level template modifcation for wrapping the title link around the $block->subject. As of the latest dev release this wrapping is performed on the module level and a new template is no longer required.
- Jan 03 2013
- The features from the 7.x branch of the module have been ported to the new 6.x-2.x branch. This allows users to add in targets, attributes etc to the link rather than just specifying a link. It also has token support.