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

phil88’s picture

Any guidance on how to go about achieving this with Drupal 5.x ?

mcjim’s picture

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.

khaki’s picture

have you able to solved this issue? would you mind sharing? :)

willhowlett’s picture

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

khaki’s picture

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...