Is it possible to override menu_navigation_links() in some way?
Preferably with a theme function in template.php, but any way other than modifying the core would be nice.

I would like to be able to incorporate a minor change in this function and as I said it would be really good to not have to hack the core files.
See my forum topic here to see the change I would like to do.

thanks
Ludde

Comments

adeb’s picture

Sure it is!

Copy the function to your template.php inside your theme folder en prefix the function with the name of your theme, like (this if you use the zen theme):
function zen_menu_navigation_links($menu_name, $level = 0) {