I know i can use:

function MYTHEMENAME_menu_tree(&$variables) {
  return '<ul class="MYCLASS">' . $variables['tree'] . '</ul>';
}

to alter every menu UL, but is there any way to specify one menu block menu only? or anything i can do to narrow it down at all? (i.e. it's the only block in the header)

thanks!

Comments

rdentry’s picture

Were you ever able to figure this out?

gaborpeter’s picture

Issue summary: View changes

Check out this patch if it helps

pelicani’s picture

Found a great solution on this here ... https://www.drupal.org/node/1178784#comment-7996803
Provides 2 theme hooks for targeting the main and inner uls.