view documentation/ADSERVE_CONFIGURATION.txt @ 0:d8a3998dac8e ad

ajout module ad
author pierre
date Fri, 20 Feb 2009 14:04:09 +0000
parents
children
line wrap: on
line source
It is possible to override adserve settings by adding them to the $conf array
in settings.php.  Read more about how to override a variable in the comments
within settings.php.

Any adserve variable can be overridden in this way.

What follows is a sample overidden settings.php conf array, including some
non-adserve variables along with adserve variables:

------------

conf = array(
  'site_name' => 'My Drupal site',
  'theme_default' => 'minelli',
  'anonymous' => 'Visitor',
  'adcache' => 'none',
  'method' => 'javascript',
);