/[drupal]/contributions/modules/week/week.module
ViewVC logotype

Diff of /contributions/modules/week/week.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.19.2.1.2.5, Mon Aug 31 17:16:19 2009 UTC revision 1.19.2.1.2.6, Tue Sep 1 18:52:37 2009 UTC
# Line 1  Line 1 
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    
# Line 290  function week_menu() { Line 290  function week_menu() {
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    

Legend:
Removed from v.1.19.2.1.2.5  
changed lines
  Added in v.1.19.2.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.2