function spartan_menu_tree in OpenPublic 7
Overrides theme_menu_tree().
Fix the horrid menu_tree theme function to clearfix since most LI's are floated.
File
- themes/
spartan/ template.php, line 92 - Code for the spartan theme.
Code
function spartan_menu_tree($variables) {
return '<ul class="menu clearfix">' . $variables['tree'] . '</ul>';
}