Overriding theme functions is the most basic thing done in themes.
Short version is, that if you create a function named [theme_name]_menu_item
, that function will be used to generate the html instead of the default one: theme_menu_item
. So yes this can be done in your template.php
.
Note, the changes will affect all menu items, not just the ones in your primary link menu.
googletorp
2010-10-19 07:52:53