You are here

README.txt in MenuTree 5

Same filename and directory in other branches
  1. 6 README.txt
ABOUT

This module provides a nested unordered list representation of a complete 
Drupal menu structure.  menutree/1 provides a tree representation of menu 1, 
menutree/2 provides a tree representation of menu 2, etc.  If no ID is 
specified, the primary_links menu is used.  That allows it to be used as a 
simple menu-based sitemap, give or take a path alias.  The path menutree/all
provides a list of all flagged menus for sites that have multiple separate
navigation menus.

REQUIREMENTS

- Drupal 5.x

INSTALLATION

- Copy the menutree directory to your modules directory.
- Go to admin/build/modules and enable it.
- Go to admin/settings/menutree to optionally set a page title and intro text
  for menutree (sitemap) pages.
- Everything else is handled by the miracle of Drupal's automated install
  system.

AUTHOR AND CREDIT

Larry Garfield
garfield@palantir.net
http://www.palantir.net/

This module was initially developed by Palantir.net for artsci.wustl.edu, and
released to the Drupal community under the GNU General Public License.

File

README.txt
View source
  1. ABOUT
  2. This module provides a nested unordered list representation of a complete
  3. Drupal menu structure. menutree/1 provides a tree representation of menu 1,
  4. menutree/2 provides a tree representation of menu 2, etc. If no ID is
  5. specified, the primary_links menu is used. That allows it to be used as a
  6. simple menu-based sitemap, give or take a path alias. The path menutree/all
  7. provides a list of all flagged menus for sites that have multiple separate
  8. navigation menus.
  9. REQUIREMENTS
  10. - Drupal 5.x
  11. INSTALLATION
  12. - Copy the menutree directory to your modules directory.
  13. - Go to admin/build/modules and enable it.
  14. - Go to admin/settings/menutree to optionally set a page title and intro text
  15. for menutree (sitemap) pages.
  16. - Everything else is handled by the miracle of Drupal's automated install
  17. system.
  18. AUTHOR AND CREDIT
  19. Larry Garfield
  20. garfield@palantir.net
  21. http://www.palantir.net/
  22. This module was initially developed by Palantir.net for artsci.wustl.edu, and
  23. released to the Drupal community under the GNU General Public License.