[svnbook commit] r1907 - in trunk/www: . tools

cmpilato svnbook-dev at red-bean.com
Wed Dec 21 23:24:24 CST 2005


Author: cmpilato
Date: Wed Dec 21 23:24:22 2005
New Revision: 1907

Modified:
   trunk/www/index.en.html
   trunk/www/tools/make-ad-sense.py

Log:
* www/tools/make-ad-sense.py
* www/index.en.html
  Make the switch from text to text+image AdSense ads.


Modified: trunk/www/index.en.html
==============================================================================
--- trunk/www/index.en.html	(original)
+++ trunk/www/index.en.html	Wed Dec 21 23:24:22 2005
@@ -15,7 +15,7 @@
 google_ad_width = 120;
 google_ad_height = 600;
 google_ad_format = "120x600_as";
-google_ad_type = "text";
+google_ad_type = "text_image";
 google_ad_channel ="";
 //--></script>
 <script type="text/javascript"

Modified: trunk/www/tools/make-ad-sense.py
==============================================================================
--- trunk/www/tools/make-ad-sense.py	(original)
+++ trunk/www/tools/make-ad-sense.py	Wed Dec 21 23:24:22 2005
@@ -12,7 +12,7 @@
 google_ad_width = 120;
 google_ad_height = 600;
 google_ad_format = "120x600_as";
-google_ad_type = "text";
+google_ad_type = "text_image";
 google_ad_channel ="";
 google_color_border = "CC99CC";
 google_color_bg = "E7C6E8";




More information about the svnbook-dev mailing list