function bartik_menu_tree

bartik_menu_tree($variables)

Implements theme_menu_tree().

File

themes/bartik/ template.php, line 130

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/themes!bartik!template.php/function/bartik_menu_tree/7.x