/[drupal]/contributions/profiles/drupalbin/drupalbin.profile
ViewVC logotype

Diff of /contributions/profiles/drupalbin/drupalbin.profile

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

revision 1.1.4.1, Wed Apr 2 17:21:54 2008 UTC revision 1.1.4.2, Wed Apr 2 17:35:36 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: drupalbin.profile,v 1.1 2008/01/07 14:19:25 robloach Exp $  // $Id: drupalbin.profile,v 1.1.4.1 2008/04/02 17:21:54 robloach Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 24  function drupalbin_profile_modules() { Line 24  function drupalbin_profile_modules() {
24      'geshifilter', 'geshinode',      'geshifilter', 'geshinode',
25    
26      // Other      // Other
27      'token', 'pathauto', 'auto_nodetitle', 'clone',      'token', 'pathauto', 'auto_nodetitle', 'clone', 'print'
28    );    );
29  }  }
30    
# Line 100  function drupalbin_profile_tasks(&$task, Line 100  function drupalbin_profile_tasks(&$task,
100    // Automatic Node Titles    // Automatic Node Titles
101    variable_set('ant_geshinode', '2');    variable_set('ant_geshinode', '2');
102    variable_set('ant_pattern_geshinode', 'Code');    variable_set('ant_pattern_geshinode', 'Code');
103    
104      // String Overrides
105      variable_set('locale_custom_strings_en',
106        array(
107          'Printer-friendly version' => 'Download',
108        )
109      );
110  }  }

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

  ViewVC Help
Powered by ViewVC 1.1.2