You are here

function theme_nodehierarchy_menu_overview_form in Node Hierarchy 7.4

Same name and namespace in other branches
  1. 6.3 nodehierarchy.module \theme_nodehierarchy_menu_overview_form()
  2. 6.2 nodehierarchy.module \theme_nodehierarchy_menu_overview_form()
  3. 7.2 nodehierarchy.module \theme_nodehierarchy_menu_overview_form()

Theme the menu overview form into a table respecting the node hierarchy rules.

File

nodehierarchy_menu/nodehierarchy_menu.module, line 109
Create menu items for a node based on the Node Hierarchy.

Code

function theme_nodehierarchy_menu_overview_form($variables) {

  // @TODO: add ajax expanding and limit parents by content type rules.
  return theme_menu_overview_form($variables);
}