I would like to theme the menu item output, so I can add a javascript function to the HREF. Is this possible?

Thanks

Comments

add1sun’s picture

Status: Active » Fixed

Yep! The links themselves for Nice Menus are created using the Drupal API function menu_item_link. You are free to use http://api.drupal.org/api/function/theme_menu_item_link/5 to theme your menu links or you can alternatively do a theme override on Nice Menus' theme_nice_menu_tree function and put whatever you would like in the place of menu_item_link.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.