| 1 |
<?php |
<?php |
| 2 |
// $Id: calendar_plugin_display_page.inc,v 1.1.2.18 2009/01/10 20:04:17 karens Exp $ |
// $Id: calendar_plugin_display_page.inc,v 1.1.2.19 2009/07/24 18:49:02 karens Exp $ |
| 3 |
/** |
/** |
| 4 |
* The plugin that handles a full calendar page. |
* The plugin that handles a full calendar page. |
| 5 |
* |
* |
| 107 |
$options['calendar_date_link'] = array( |
$options['calendar_date_link'] = array( |
| 108 |
'category' => 'calendar_settings', |
'category' => 'calendar_settings', |
| 109 |
'title' => t('Add new date link'), |
'title' => t('Add new date link'), |
| 110 |
'value' => !empty($default) ? check_plain(node_get_types('name', $default) : ''), |
'value' => !empty($default) ? check_plain(node_get_types('name', $default)) : '', |
| 111 |
); |
); |
| 112 |
|
|
| 113 |
} |
} |