summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-07-10 15:51:48 +0000
committerDries Buytaert <dries@buytaert.net>2004-07-10 15:51:48 +0000
commitac5b5616c0016ef781c122243a6b7fe8fbf98114 (patch)
treebc3db7f2a495240da80e02ba33fcd2ffbbf6013c /modules/taxonomy/taxonomy.module
parente21f238ad7fe3db36419443e4ecafd6a67974576 (diff)
downloadbrdo-ac5b5616c0016ef781c122243a6b7fe8fbf98114.tar.gz
brdo-ac5b5616c0016ef781c122243a6b7fe8fbf98114.tar.bz2
- More tab-improvements by JonBob: improved support for the default tabs!
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 435d92095..5eae639fa 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -63,6 +63,8 @@ function taxonomy_menu() {
$items[] = array('path' => 'admin/taxonomy', 'title' => t('categories'),
'callback' => 'taxonomy_admin',
'access' => user_access('administer taxonomy'));
+ $items[] = array('path' => 'admin/taxonomy/list', 'title' => t('list'),
+ 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10);
$items[] = array('path' => 'admin/taxonomy/add/vocabulary', 'title' => t('add vocabulary'),
'callback' => 'taxonomy_admin',
'access' => user_access('administer taxonomy'),