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

  • tags. Where can I do this?

    thanks

  • Comments

    marcvangend’s picture

    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.