/[drupal]/contributions/modules/wghtml/wghtml/config.php
ViewVC logotype

Diff of /contributions/modules/wghtml/wghtml/config.php

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

revision 1.1.4.2, Mon Feb 19 01:45:57 2007 UTC revision 1.1.4.3, Sun Feb 25 02:46:59 2007 UTC
# Line 1  Line 1 
1  <?php // $Id: config.php,v 1.1 2005/10/09 15:59:51 djnz Exp $  <?php // $Id: config.php,v 1.1.4.2 2007/02/19 01:45:57 djnz Exp $
2    
3  global $wghtml_config;  global $wghtml_config;
4    
5  $wghtml_config = array(  $wghtml_config = array(
6    
7  // IMPLEMENTATION ------------------------------------------  // IMPLEMENTATION ------------------------------------------
8  'implementation' => 'module_drupal46',  // 'implementation' => 'module_drupal46',
9  // 'implementation' => 'node_drupal46',  'implementation' => 'node_drupal46',
10    'node_drupal46'  => array (
11      'format'       => 4, // Id of input format to use for rendering node
12      ),
13    
14  // USER ID FOR NEW PAGE RECORDS ----------------------------  // USER ID FOR NEW PAGE RECORDS ----------------------------
15  'userid' => 1,  'userid' => 1,
# Line 14  $wghtml_config = array( Line 17  $wghtml_config = array(
17  // REFRESH INTERVAL  // REFRESH INTERVAL
18  'staletime' => 60*60*24*300, // refresh every 300 days  'staletime' => 60*60*24*300, // refresh every 300 days
19    
20    // REBASE URLs
21    'rebase_urls' => FALSE,
22    
23  );  );

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

  ViewVC Help
Powered by ViewVC 1.1.2