Closed (works as designed)
Project:
Drupal core
Version:
5.12
Component:
theme system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2008 at 21:44 UTC
Updated:
24 Nov 2008 at 14:47 UTC
http://api.drupal.org/api/function/theme_menu_tree/5 says to me that menu_tree is themeable via template.php. However when I try that in template.php, my customizations do not take.
So is menu_tree actually themeable?
Comments
Comment #1
dvessel commentedmenu_tree is not directly themable. theme_menu_tree *is* themable.
within template.php:
Comment #2
stevenpatzSo I call it like this:
The template.php has this code:
But when I examine the source for the page that calls menu_tree my class ( LFs ) I don't see ul class="LFs" All I really want to do is have each menu item print out on a new line.