How insert property title in tag <a> in the all menus

felipewebdesigner - September 12, 2009 - 03:41
Project:Menu Attributes
Version:6.x-1.3
Component:Code
Category:support request
Priority:normal
Assigned:felipewebdesigner
Status:active
Description

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.

#1

joachim - January 13, 2010 - 22:53

Use http://api.drupal.org/api/function/theme_menu_item_link/6, though it hits items in ALL menus.

 
 

Drupal is a registered trademark of Dries Buytaert.