Implements template_preprocess_HOOK() for theme_menu_tree().
function template_preprocess_menu_tree(&$variables) { $variables['#tree'] = $variables['tree']; $variables['tree'] = $variables['tree']['#children']; }