By sakib000 on
Is there any solution to make certain menu output like this:
<li>menu item<span>menu description</span></li>
see this understand the reason http://photosharingworld.com/files/n0sx8mmrqrjhs0q0kkov.jpg
Is there any solution to make certain menu output like this:
<li>menu item<span>menu description</span></li>
see this understand the reason http://photosharingworld.com/files/n0sx8mmrqrjhs0q0kkov.jpg
Comments
...
One solution is to catch the 'primary_links' variable and massage it a bit:
(I haven't tested this code. It may contain bugs.)
Menu Attributes?
Have you looked at the modules:
Menu Attributes http://drupal.org/project/menu_attributes
Menu Class http://drupal.org/project/menuclass
Realise maybe not exactly what you want, but otherwise I'm guessing you would have to do something like mooffie said.
strategic code monkeying