Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
@darumaki: Block Class isn't intended to be a replacement for block.tpl -- in fact, just the opposite. Block Class requires that you edit your block.tpl file to output the classes you provide in the configuration pages for your blocks. Please see bullet point #2 on the Block Class module page for specific instructions:
2. Add <?php print block_class($block); ?> to your theme's block.tpl.php file (see detailed instructions below).
Comments
Comment #1
todd nienkerk commented@darumaki: Block Class isn't intended to be a replacement for block.tpl -- in fact, just the opposite. Block Class requires that you edit your block.tpl file to output the classes you provide in the configuration pages for your blocks. Please see bullet point #2 on the Block Class module page for specific instructions: