Is there an easy way to change...
LateNightDesigner - December 8, 2009 - 02:39
| Project: | Quickmenu |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is there an easy way to change the menus from saying "--Select--" to the name of the menu?
Line 37: $options = array( '' => '--Select--' );
is it possible to just call the $title variable in some way? I'm not very good at php. :(
Thank you.

#1
This is what I followed:
http://drupal.org/node/393732#comment-1354834
After that, I simply added an item to the menu and weighted it to the top.