function bartik_menu_tree

Implements theme_menu_tree().

File

drupal/core/themes/bartik/bartik.theme, line 141
Functions to support theming in the Bartik theme.

Code

function bartik_menu_tree($variables) {
  return '<ul class="menu clearfix">' . $variables['tree'] . '</ul>';
}