You are here

function taxonomy_menu_help in Taxonomy menu 8

Same name and namespace in other branches
  1. 8.3 taxonomy_menu.module \taxonomy_menu_help()
  2. 5 taxonomy_menu.module \taxonomy_menu_help()
  3. 7.2 taxonomy_menu.module \taxonomy_menu_help()
  4. 7 taxonomy_menu.module \taxonomy_menu_help()

Implements hook_help().

File

./taxonomy_menu.module, line 27
Generates menu links for all selected taxonomy terms.

Code

function taxonomy_menu_help($path, $arg) {

  // @TODO Implement the hook. Make documentation available to the user.
}