You are here

function _dhtml_menu_build_menu in DHTML Menu 6

@file dhtml_menu.inc Allow click expansion of the menu tree via javascript, with graceful degradation.

1 call to _dhtml_menu_build_menu()
dhtml_menu_preprocess_block in ./dhtml_menu.module
Implementation of hook_preprocess(). Change the normal behaviour ('theming') of hook_block().

File

./dhtml_menu.inc, line 8
dhtml_menu.inc Allow click expansion of the menu tree via javascript, with graceful degradation.

Code

function _dhtml_menu_build_menu($delta) {

  // Build the menu tree using DHTML menu special
  // construction functions
  return theme('dhtml_menu_tree', menu_tree_all_data($delta));
}