function taxonomy_menu_menu in Taxonomy menu 6
Same name and namespace in other branches
- 5 taxonomy_menu.module \taxonomy_menu_menu()
- 6.3 taxonomy_menu.module \taxonomy_menu_menu()
Implementation of hook_menu().
Its the main function for this module.
File
- ./
taxonomy_menu.module, line 21 - @author Jonathan Chaffer <jchaffer@structureinteractive.com> @author Bruno Massa <http://drupal.org/user/67164> taxonomy_menu.module It Generates menu links for all taxonomy terms
Code
function taxonomy_menu_menu() {
require_once drupal_get_path('module', 'taxonomy_menu') . '/taxonomy_menu.inc';
return _taxonomy_menu_menu();
}