Hi, short of deleting the Descriptions from the menu - is there a way to leave out the title tag?

Comments

add1sun’s picture

Status: Active » Fixed

That is added automatically by the core menu_item_link function that is making the actual links. If you want, you can override theme_nice_menu_tree function and build the menu the way you want from scratch, or simpler override theme_menu_item_link to do what you want.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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