Jeremy Newman : disable Google ad box for now

Jeremy Newman jnewman at winehq.org
Mon Oct 6 14:33:48 CDT 2008


Module: website
Branch: master
Commit: 1ba617f2dfe72e9b4b62e90d05c6171f9914de62
URL:    http://source.winehq.org/git/website.git/?a=commit;h=1ba617f2dfe72e9b4b62e90d05c6171f9914de62

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Mon Oct  6 14:33:26 2008 -0500

disable Google ad box for now

---

 site |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/site b/site
index 4404b13..5139197 100644
--- a/site
+++ b/site
@@ -104,7 +104,7 @@ function home_page ()
     $quote_box = $html->theme_box($config->theme, "box_title", "Quote", "99%",  view_quote(), '10', 'white', 'topMenu');
 
     // get google ad
-    $ad_box = $html->theme_box($config->theme, "box_title", "Ads by Google", "99%",  $html->template("base", 'ads'), '10', 'white', 'topMenu');
+    //$ad_box = $html->theme_box($config->theme, "box_title", "Ads by Google", "99%",  $html->template("base", 'ads'), '10', 'white', 'topMenu');
 
     // get wwn news
     $wwn = new wwn();




More information about the wine-cvs mailing list