Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
PHP Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2010 at 16:54 UTC
Updated:
22 Dec 2010 at 02:00 UTC
While the $classes variable is specific to Zen in Drupal 6, it would still be nice if modules could set $classes in their preprocess functions and not have Zen fail to add the $hook class to the template.
For example, if foo.module adds a string to $classes in foo_preprocess_block(), then Zen will use the module's value, but fail to add the "block" class to its final $classes variable.
Comments
Comment #1
johnalbinComment #2
johnalbinFixed. http://drupal.org/cvs?commit=436112
Comment #3
barrapontofixed.