Posted by felipewebdesigner on September 12, 2009 at 3:41am
Jump to:
| Project: | Menu attributes |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
How insert property title in tag in the all menus. The result will be is this:
<ul>
<li><a href="url" title="Description of link menu(is this guy hehehe)">Link 1(this title of link menu)</a></li>
</ul>I dont know much, I'm starting now.
Thank you for help me.
Comments
#1
Use http://api.drupal.org/api/function/theme_menu_item_link/6, though it hits items in ALL menus.
#2
A discussion about updating existing menu items with Batch API is carried over in #1134430: Batch update existing menus.