/[drupal]/contributions/modules/mlm/include/mlm.menu.inc
ViewVC logotype

Diff of /contributions/modules/mlm/include/mlm.menu.inc

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

revision 1.9, Sun Aug 23 23:06:28 2009 UTC revision 1.10, Wed Aug 26 02:51:34 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: mlm.menu.inc,v 1.8 2009/08/10 01:57:46 vauxia Exp $  <?php // $Id: mlm.menu.inc,v 1.9 2009/08/23 23:06:28 vauxia Exp $
2    
3  /**  /**
4   * @file   * @file
# Line 90  function mlm_menu_menu() { Line 90  function mlm_menu_menu() {
90    );    );
91    $items['mlm/%mlm/view'] = array(    $items['mlm/%mlm/view'] = array(
92      'title' => 'View',      'title' => 'View',
93      'page callback' => 'mlm_view',      'page callback' => 'theme',
94      'page arguments' => array(1),      'page arguments' => array('mlm', 1),
95      'access callback' => 'mlm_access',      'access callback' => 'mlm_access',
96      'access arguments' => array(1),      'access arguments' => array(1),
97      'type' => MENU_DEFAULT_LOCAL_TASK,      'type' => MENU_DEFAULT_LOCAL_TASK,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2