You are here

README.txt in Block Title Link 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 7 README.txt
=====
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.  

File

README.txt
View source
  1. =====
  2. Block Title Link
  3. -----
  4. 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.
  5. =====
  6. Updates
  7. =====
  8. Feb 11, 2010
  9. 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.