| 1 |
<?php |
<?php |
| 2 |
//$Id: valuelist.module,v 1.2 2008/02/26 15:39:56 usonian Exp $ |
//$Id: valuelist.module,v 1.3 2008/02/27 15:58:10 usonian Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 35 |
if ($may_cache) { |
if ($may_cache) { |
| 36 |
$items[] = array( |
$items[] = array( |
| 37 |
'path' => 'admin/build/valuelist', |
'path' => 'admin/build/valuelist', |
| 38 |
'title' =>t ('Value Lists'), |
'title' => t('Value Lists'), |
| 39 |
'access' => user_access('access administration pages'), |
'access' => user_access('access administration pages'), |
| 40 |
'description' => t('Manage custom value lists that can be used by the Form API.'), |
'description' => t('Manage custom value lists that can be used by the Form API.'), |
| 41 |
'callback' => 'valuelist_dashboard', |
'callback' => 'valuelist_dashboard', |
|
//'type' => MENU_VISIBLE_IN_TREE |
|
| 42 |
); |
); |
| 43 |
} |
} |
| 44 |
else { |
else { |