Hi,
Hopefully someone can help me with this, because I've been banging my head against the wall for nearly 4 hours. Please bare with me, I'm not much good at PHP.
I am currently displaying my menu items by using the theme() function. Something like this: theme('links', array() ).
This works great at displaying the menu, however, it is displaying generic classes for each menu item (ie..menu-277, menu-278, menu-279, etc..)
I would like to drop those classes and instead use a classes like: 'home_link', 'about_link', 'contact_link', etc...