Downloads
Download tar.gz
8.04 KB
MD5: 93b34e498d7370f28f9cab066b934bc4
SHA-1: 97040f91e37887016e7479547a1ac8f6874f4f03
SHA-256: 3823784c89ad2562c9b5e57bad42387add0b1aefca27501a25615c451851de77
Download zip
9.01 KB
MD5: f07ff9312381651c4b861ff516c002ab
SHA-1: bd40da4a7e0066566948f1f5f58c28f2a7d1f331
SHA-256: 076199b7160f40f9af658e7e4af5ef84b56213c7852cd38e891891aa9abfd0d1
Release notes
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