Use http://drupal.org/node/956520#comment-3718546 as base, which got totally changed in scope.

Task is:

If something calls theme('foo__bar__baz'), pre-fill theme_hook_suggestions with:

foo
foo__bar
foo__bar__baz

and let preprocess functions add to this. (in reverse order)

Comments

fabianx’s picture

Assigned: Unassigned » fabianx

Needed for variable inspector.

fabianx’s picture