constant JUMP_MENU_DEFAULT_CHOOSE in Better Jump Menus 8
Same name and namespace in other branches
- 7 jump_menu.module \JUMP_MENU_DEFAULT_CHOOSE
@file Make use of the CTools jump menu and grabs from an existing menu. See: modules/ctools/includes/jump-menu.inc NOTE: Menu items must be checked as "expanded" for traversing to work.
1 use of JUMP_MENU_DEFAULT_CHOOSE
- _jump_menu_render_block in ./
jump_menu.module - Abstract block rendering to be more flexible about when/how this happens.
File
- ./
jump_menu.module, line 10 - Make use of the CTools jump menu and grabs from an existing menu. See: modules/ctools/includes/jump-menu.inc NOTE: Menu items must be checked as "expanded" for traversing to work.
Code
define('JUMP_MENU_DEFAULT_CHOOSE', '-- Choose --');