blocktheme 6.x-1.0-beta1
g.idema - July 3, 2008 - 15:45
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: July 3, 2008 - 15:45
First released: July 3, 2008 - 15:45
Download: blocktheme-6.x-1.0-beta1.tar.gz
Size: 8.04 KB
md5_file hash: 93b34e498d7370f28f9cab066b934bc4
Last updated: July 3, 2008 - 15:45
View usage statistics for this releaseSize: 8.04 KB
md5_file hash: 93b34e498d7370f28f9cab066b934bc4
Last updated: July 3, 2008 - 15:45
This is the 6.x release of the blocktheme module.
Updating from 5.x
- If you are updating from the Drupal 5.x version of this module, be sure to prefix your blocktheme template files with blocktheme-
- The 6.x branch of this module doesn't require any modification of your template.php . The changes to [yourtheme]_block($block) in template.php for blocktheme 5.x shouldn't be migrated.
Added functionality
- An extra template variable $blocktheme is provided for your block templates, containing the name of the selected theme
- The blocktheme setting of your block can now be modified at creation time of a new block. So you don't have to go through an extra save->edit cycle anymore
