You are here

function jump_menu_block_view in Better Jump Menus 7

Display jump menu block.

File

./jump_menu.module, line 169
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

function jump_menu_block_view($delta = '') {

  // Default rendering.
  // The block_view_alter function re-renders if block settings are in place.
  return _jump_menu_render_block($delta);
}