By mconway on
I have seen several examples for adding ID's to menu links in drupal 5. I am unable to find any help tring to do the same thing for drupal 6.
How do i add Id's to menu links in drupal 6?
I have seen several examples for adding ID's to menu links in drupal 5. I am unable to find any help tring to do the same thing for drupal 6.
How do i add Id's to menu links in drupal 6?
Comments
Give this a shot
I used this code in template.php to add a class named item-menu_title to menus.
Just a variation on the original Nick Lewis approach.
Thanks!
Thanks so much, Exactly what I was looking for.
Oh no, this is something
Oh no, this is something that I've really been searching for, but for some reason it doesn't seem to work on my site. I cleared the cache on my D6 site, but no...? Argh.
EDIT: Wait a minute, now it works! Well, whatever the reason in the first place, this is great!
It works great, how would i
It works great, how would i add this to my admin menu aswell tho??