diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-12-28 19:20:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-12-28 19:20:03 +0000 |
commit | 991914e699cb447bfb2d11f675ef24224a12df37 (patch) | |
tree | 9e40a0ed7a0c919f742f39a1b02df657cbdb6a7d /modules/taxonomy/taxonomy.module | |
parent | 808d60f460d55aab5c2f34a5808f07539c0ad591 (diff) | |
download | brdo-991914e699cb447bfb2d11f675ef24224a12df37.tar.gz brdo-991914e699cb447bfb2d11f675ef24224a12df37.tar.bz2 |
- Added taxonomy link.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 44532589d..433a7ebf1 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -48,7 +48,7 @@ function taxonomy_link($type) { $help["taxonomy"] = "The taxonomy module allows you to classify post into categories and subcategories; it allows multiple lists of categories for classification (controlled vocabularies) and offers the possibility of creating thesauri (controlled vocabularies that indicate the relationship of terms) and taxonomies (controlled vocabularies where relationships are indicated hierarchically)."; $help["vocabulary"] = "When you create a controlled vocabulary you are creating a set of terms to use for describing content (known as descriptors in indexing lingo). Drupal allows you to describe each node of content (blog, story, etc.) using one or many of these terms. For simple implementations, you might create a set of categories without subcategories, similar to Slashdot.org's or Kuro5hin.org's sections. For more complex implementations, you might create a hierarchical list of categories."; - menu_add("taxonomy", "admin.php?mod=taxonomy", "Administer taxonomies.", $help["taxonomy"], "content management"); + menu_add("taxonomy", "admin.php?mod=taxonomy", "Administer taxonomies.", $help["taxonomy"], "content management", 1, 1); menu_add("add new vocabulary", "admin.php?mod=taxonomy&op=add&type=vocabulary", "Add a new vocabulary.", $help["vocabulary"], "taxonomy"); menu_add("help", "admin.php?mod=taxonomy&op=help", "More information about taxonomies.", NULL, "taxonomy", 9); } |