Hi,
I would like to add a delimiter to my menu items. i've found some information on how to do this. However this information was for D5.X and did not concern nice menus.
Not feeling quite comfortable to mess with the code (either the original drupal menu or nice menus) led me here.
I'd like to be able to have a pipe character "|" to delimit my parent menu items, after the menu item: about | contact | information (and, ofcourse, not after the last one).
How would i make this happen?
Comments
Comment #1
add1sun commentedHm, well you will need to override the theme_nice_menus_build function to add a pipe between each of the parent items with some logic to not do it after the last one. Honestly I would use CSS to do it with a border right or something and not add an actual text pipe.
Comment #2
br4t commentedseems like a lot of (unnecesary) meddling with code, and we don't want that! ;)
Fixed it using css method.
Thanks
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.