| 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 |
| 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 |
} |
} |