Hi,
There seems to be a compatibility issue with theme developer : http://drupal.org/project/devel_themer (7.x-1.x-dev).
My menu_icons wont show when theme_devel is activated. But when I turn off the theme_devel module, Icons is showing up just fine.

Comments

acrollet’s picture

Version: 7.x-3.0-beta3 » 7.x-3.x-dev
Status: Active » Closed (won't fix)

Hi there,

thanks for the bug report - unfortunately, menu_icons uses a template to generate its CSS in order to allow end users to modify it, and devel_themer overrides theme functions and templates to do its magic. (See: devel_themer_inject_markers()). So, there's not much that can be done about this. Luckily, devel_themer should never be enabled on a production site, so it shouldn't be a show-stopper...