theme menus

Events happening in the community are now at Drupal community events on www.drupal.org.
kramazeek's picture

theme_menu_tree question

Hi everyone,

Would anyone happen to know of anyway to tell what the menu name is while using theme_menu_tree? I need something like this to test against for theming purposes.

themename_menu_tree($tree){
If($menu_name == 'navigation'){
//do something different
}else{
//or return the standard output
return '

';
}
}

Read more
Subscribe with RSS Syndicate content