/[drupal]/contributions/modules/menutree/menutree.module
ViewVC logotype

Diff of /contributions/modules/menutree/menutree.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4.2.2, Tue Aug 19 22:19:21 2008 UTC revision 1.4.2.3, Wed May 27 19:01:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: menutree.module,v 1.4.2.1 2008/05/04 23:25:40 crell Exp $  //$Id: menutree.module,v 1.4.2.2 2008/08/19 22:19:21 crell Exp $
3    
4  /**  /**
5   * @file   * @file
6   * This module provides a simple "site map" tree based on the menu system rather   * This module provides a simple "site map" tree based on the menu system rather
7   * than on taxonomies.   * than on taxonomies.
8   *   *
9   * @author Larry Garfield   * @author Larry Garfield
10   *   *
11   */   */
# Line 27  define('MENUTREE_TITLE_BODY', 0x0002); Line 27  define('MENUTREE_TITLE_BODY', 0x0002);
27  /**  /**
28   * Implementation of hook_theme()   * Implementation of hook_theme()
29   */   */
30  function menutree_theme() {  function menutree_theme() {
31    return array(    return array(
32      'menutree_page' => array(      'menutree_page' => array(
33        'arguments' => array(        'arguments' => array(
# Line 86  function menutree_menu() { Line 86  function menutree_menu() {
86    );    );
87    return $items;    return $items;
88  }  }
89    

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

  ViewVC Help
Powered by ViewVC 1.1.2