diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/documentation/ADSERVE_CONFIGURATION.txt	Fri Feb 20 14:04:09 2009 +0000
@@ -0,0 +1,18 @@
+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',
+);