By phil88 on
Question concerning menu theming:
1) If I create an additional menu, in addition to primary_links or secondary_links, how can I go about theming this menu?
Notes:
a. I have created a new menu called footer_links.
b. I am using phptemplate engine with garland theme
c. Footer menu items will need a "|" separting each item.
Suggestions?
Comments
Any guidance on how to go
Any guidance on how to go about achieving this with Drupal 5.x ?
CSS
You'll be able to do it with CSS.
See http://www.sitepoint.com/article/navigation-using-css/2 for starters.
You'll be able to to target the menu using the classes/ids that Drupal supplies.
have you able to solved this
have you able to solved this issue? would you mind sharing? :)
Regarding point C, there are
Regarding point C, there are some nice instructions on adding a delimiter (that's what the | inbetween links means) here
http://drupal.org/node/289129#comment-1030203
i have no problem theming the
i have no problem theming the primary links and the secondary... what i wanted is to theme those added menu. an explanation can be found in my post here http://drupal.org/node/812610
thanks anyway...