/[drupal]/contributions/modules/color_soc08/color.module
ViewVC logotype

Diff of /contributions/modules/color_soc08/color.module

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

revision 1.18.2.37, Sun Apr 26 21:31:14 2009 UTC revision 1.18.2.38, Sat May 2 10:41:08 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: color.module,v 1.18.2.36 2009/04/26 16:39:19 skiquel Exp $  // $Id: color.module,v 1.18.2.37 2009/04/26 21:31:14 skiquel Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 90  function color_menu() { Line 90  function color_menu() {
90        'page arguments' => array(4, 5),        'page arguments' => array(4, 5),
91        'title callback' => 'color_get_title',        'title callback' => 'color_get_title',
92        'title arguments' => array(5),        'title arguments' => array(5),
93        'type' => MENU_CALLBACK,        'type' => MENU_LOCAL_TASK,
94        'access arguments' => array('access administration pages'),        'access arguments' => array('access administration pages'),
95      );      );
96    }    }

Legend:
Removed from v.1.18.2.37  
changed lines
  Added in v.1.18.2.38

  ViewVC Help
Powered by ViewVC 1.1.2