By Helmut Neubauer on
I'm new to theming and I hope you can help me.
I'd like to theme my primary & secondary links (in the normal way using the theme method added to the page.tpl.php) in a different way.
I tried to overwrite the theme_links method in the template.php but there I'm not able to distinguish between primary and secondary links, but both are using the same theme method.
How is it possible to theme both differently? I'd like to add a span tag to the title of the secondary menu items.
Please help me. Thanks.