constant JUMP_MENU_BLOCK_DEFAULTS_SHOW_CURRENT in Better Jump Menus 7
3 uses of JUMP_MENU_BLOCK_DEFAULTS_SHOW_CURRENT
- jump_menu_block_settings_submit in ./
jump_menu.module - Submit handler to save block-specific jump menu settings. Keeps the variable clean and tidy!
- jump_menu_form_block_admin_configure_alter in ./
jump_menu.module - Implements hook_form_FORM_ID_alter(). Add custom options to block editing forms.
- _jump_menu_get_settings in ./
jump_menu.module - Utility: Grab settings or defaults, for display or settings form.
File
- ./
jump_menu.module, line 12 - 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_BLOCK_DEFAULTS_SHOW_CURRENT', 0);