Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 12:04 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
Dave Cohen commentedJust ran into the same problem. Would like to see this fixed.
Comment #2
Everett Zufelt commentedAs far as I am aware, the actual link gets themed in theme_menu_item_link() which is called by menu_local_tasks(). Investigating this would be a good starting ground.
I will be doing some work with these two functions before code freeze. So, if you tell me what information you are looking for and give me a substantive reason for putting the time into the change, I'll see what I can do.
Comment #3
Everett Zufelt commentedAs far as I am aware, the actual link gets themed in theme_menu_item_link() which is called by menu_local_tasks(). Investigating this would be a good starting ground.
I will be doing some work with these two functions before code freeze. So, if you tell me what information you are looking for and give me a substantive reason for putting the time into the change, I'll see what I can do.
Comment #4
Dave Cohen commentedIt's pretty clear the information we're looking for is whether the link is primary or secondary. In other words, the link's "level".
Substantive reason: because we want to tag primary links differently from secondary. In my case, using FBML markup, where primary links are
<fb:tab-item ...></fb:tab-item>and secondary links are like<li><a ...>...</a></li>