theme_menu_tree($pid = 1)
theme_menu_tree($tree)
theme_menu_tree($variables)
Generate the HTML output for a menu tree
drupal/includes/menu.inc, line 1139
<?php function theme_menu_tree($tree) { return '<ul class="menu">'. $tree .'</ul>'; } ?>
More information about formatting options