By mxc4 on
Hi all,
What function do I override to theme the primary links html? I have tried editing the phptemplate_links function in template.php but this only affected anchor tags. I want to change the list item
thanks
Hi all,
What function do I override to theme the primary links html? I have tried editing the phptemplate_links function in template.php but this only affected anchor tags. I want to change the list item
thanks
Comments
Are you sure that your theme
Are you sure that your theme uses theme_links to print the primary links? You can probably see this in page.tpl.php.
If it does, please post your phptemplate_links function so we can have a look.