You are here

ADSERVE_CONFIGURATION.txt in Advertisement 5.2

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

File

documentation/ADSERVE_CONFIGURATION.txt
View source
  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. Any adserve variable can be overridden in this way.
  5. What follows is a sample overidden settings.php conf array, including some
  6. non-adserve variables along with adserve variables:
  7. ------------
  8. conf = array(
  9. 'site_name' => 'My Drupal site',
  10. 'theme_default' => 'minelli',
  11. 'anonymous' => 'Visitor',
  12. 'adcache' => 'none',
  13. 'method' => 'javascript',
  14. );