Closed (won't fix)
Project:
Menu Icons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 06:12 UTC
Updated:
3 Oct 2012 at 03:00 UTC
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
Comment #1
acrollet commentedHi 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...