You are here

function taxonomy_menu_perm in Taxonomy menu 6.3

Implementation of hook_perm().

File

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

Code

function taxonomy_menu_perm() {
  return array(
    'taxonomy menu admin',
  );
}