Just curious if this can be used as an alternative to adding it to block.tpl so the output is what we define vs Drupal.

Comments

todd nienkerk’s picture

Status: Active » Fixed

@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).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.