README.txt |
README.txt |
|
TAXONOMY MENU
=============
INTRO
=====
This module adds links to taxonomy terms to the global navigation menu.
INSTALLATION
============
1) Place this module directory into your Drupal modules directory.
2) Enable the taxonomy_menu module in… |
taxonomy_menu.inc |
taxonomy_menu.inc |
|
@author Jonathan Chaffer <jchaffer@structureinteractive.com>
@author Bruno Massa <http://drupal.org/user/67164>
taxonomy_menu.inc
It Generates menu links for all taxonomy terms |
taxonomy_menu.info |
taxonomy_menu.info |
|
core = "6.x"
dependency = taxonomy
description = "Adds links to taxonomy terms to the global navigation menu."
name = "Taxonomy Menu" |
taxonomy_menu.install |
taxonomy_menu.install |
|
taxonomy_menu.install
Install and uninstall all required databases.
Also do incremental database updates. |
taxonomy_menu.module |
taxonomy_menu.module |
|
@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 |