Posted by g.idema on July 3, 2008 at 3:45pm
| Download | Size | md5 hash |
|---|---|---|
| blocktheme-6.x-1.0-beta1.tar.gz | 8.04 KB | 93b34e498d7370f28f9cab066b934bc4 |
| blocktheme-6.x-1.0-beta1.zip | 9.01 KB | f07ff9312381651c4b861ff516c002ab |
Last updated: December 24, 2010 - 22:32
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