By imp7 on
Greetings, I have seen the amazing theme layer on http://api.drupal.org/api/group/themeable/6
I want to have a different markup for theme_menu_tree and theme_menu_item for each menu.
I think I understand the documentation that you can do this specific, as it talks about theme(array('table__foo', 'table'), $header, $rows)
However I can not get my head around this, can anyone help me out providing an example to theme the primary_links and secondary_links menu's theme_menu_item separately.
I cant see any specific answer elsewhere.
Any help is greatly appreciated :)
Comments
subscribing
That's a question I'm asking myself, too.
I just need to add a unique class to one distinct menu.