| 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, |
| 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 |
); |
); |