| 1 |
<?php |
<?php |
| 2 |
// $Id: jscalendar.module,v 1.14.2.5 2008/03/29 13:37:28 nedjo Exp $ |
// $Id: jscalendar.module,v 1.14.2.6 2008/06/19 22:17:46 nedjo Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 30 |
'title' => t('JS Calendar'), |
'title' => t('JS Calendar'), |
| 31 |
'description' => t('Configurations for the popup calendar'), |
'description' => t('Configurations for the popup calendar'), |
| 32 |
'callback' => 'drupal_get_form', |
'callback' => 'drupal_get_form', |
| 33 |
'callback arguments' => array('jscalendar_admin_settings') |
'callback arguments' => array('jscalendar_admin_settings'), |
| 34 |
|
'access' => user_access('administer site configuration'), |
| 35 |
); |
); |
| 36 |
|
|
| 37 |
} |
} |