You are here

function taxonomy_menu_custom_paths_taxonomy_menu_vocabulary_settings in Taxonomy menu 8

Same name and namespace in other branches
  1. 7.2 taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module \taxonomy_menu_custom_paths_taxonomy_menu_vocabulary_settings()

Implements hook_taxonomy_menu_vocabulary_settings().

File

taxonomy_menu_custom_paths/taxonomy_menu_custom_paths.module, line 10
Enables custom paths to Taxonomy Menu.

Code

function taxonomy_menu_custom_paths_taxonomy_menu_vocabulary_settings() {
  return array(
    'custom_path_base' => '',
    'custom_path_depth' => '',
  );
}