Mercurial > defr > drupal > ad
comparison documentation/ADSERVE_CONFIGURATION.txt @ 0:d8a3998dac8e ad
ajout module ad
author | pierre |
---|---|
date | Fri, 20 Feb 2009 14:04:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d8a3998dac8e |
---|---|
1 It is possible to override adserve settings by adding them to the $conf array | |
2 in settings.php. Read more about how to override a variable in the comments | |
3 within settings.php. | |
4 | |
5 Any adserve variable can be overridden in this way. | |
6 | |
7 What follows is a sample overidden settings.php conf array, including some | |
8 non-adserve variables along with adserve variables: | |
9 | |
10 ------------ | |
11 | |
12 conf = array( | |
13 'site_name' => 'My Drupal site', | |
14 'theme_default' => 'minelli', | |
15 'anonymous' => 'Visitor', | |
16 'adcache' => 'none', | |
17 'method' => 'javascript', | |
18 ); |