Needs review
Project:
Menu CSS Names
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 16:52 UTC
Updated:
22 May 2014 at 07:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lee20 commentedI am having he same issue.
Comment #2
hazah commentedThis happens because
nice_menus_menu_item_linkis being used for the theme hook and it does not exist.Comment #3
nowidid commentedDoes not work also with nice menus module (7.x-2.5).
If
nice_menus_menu_item_linkdoes not exist, which theme hook should I use?Comment #4
anouAll of this is caused by the
theme_nice_menus_buildrewrite in the Nice Menus module. So I've rewritten themenu_css_names_nice_menus_buildfunction to be compatible with Nice Menus 7.x.2.1 and above (I hope :-) ).I'm using it with last version of Nice Menus 7.x.2.5 and Drupal 7.28.
Here's a patch for this.
Comment #5
anou