Posted by Luukyb on August 3, 2010 at 8:35am
3 followers
| Project: | footermap: a footer site map |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The option "Enable Menu Heading" display the "menu-name".
To my mind it is more usefull to display the "title" field.
I had a function which match the name and the title with the table "menu_custom".
| Attachment | Size |
|---|---|
| footermap.patch | 884 bytes |
Comments
#1
I'm not sure if we should be doing that many more queries. I decided to grab all the custom menus (it was weird that there's no cache of this so I made my own), and then use as necessary.
Also, I probably should add a css class and id to that header tag. One of these days I'll get around to creating some custom theme functions.
#2
Ignore that. Sometimes I forget what I've already done. I have this working in Drupal 7 branch. Let me back port it instead ;-)
#3
no problems ;)
#4
committed.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.