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".

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mradcliffe’s picture

FileSize
2.08 KB

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.

mradcliffe’s picture

Status: Needs review » Patch (to be ported)
FileSize
991 bytes

Ignore that. Sometimes I forget what I've already done. I have this working in Drupal 7 branch. Let me back port it instead ;-)

Luukyb’s picture

no problems ;)

mradcliffe’s picture

Status: Patch (to be ported) » Fixed

committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.