| 1 |
<?php |
<?php |
| 2 |
/* $Id: week.module,v 1.19.2.1.2.4 2009/08/31 15:47:32 prometheus6 Exp $ */ |
/* $Id: week.module,v 1.19.2.1.2.5 2009/08/31 17:16:19 prometheus6 Exp $ */ |
| 3 |
define('ARCHIVEROOTBEFORETYPE', 1); |
define('ARCHIVEROOTBEFORETYPE', 1); |
| 4 |
define('TYPEBEFOREARCHIVEROOT', 2); |
define('TYPEBEFOREARCHIVEROOT', 2); |
| 5 |
|
|
| 290 |
$items['admin/settings/week/type_path'] = array( |
$items['admin/settings/week/type_path'] = array( |
| 291 |
|
|
| 292 |
'title' => t('Links and titles'), |
'title' => t('Links and titles'), |
| 293 |
'description' => 'Configure path names for node types for which blocks will be generated and date format of the link text.', |
'description' => t('Configure path names for node types for which blocks will be generated and date format of the link text.'), |
| 294 |
'page callback' => 'drupal_get_form', |
'page callback' => 'drupal_get_form', |
| 295 |
'page arguments' => array( |
'page arguments' => array( |
| 296 |
|
|