diff options
author | eliott <eliott@cactuswax.net> | 2008-04-02 10:30:38 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-02 10:30:38 -0700 |
commit | d5cf1141bb884e690c43f255bb8031d133c35344 (patch) | |
tree | 3f86a06d0e5832ca14e8e0a86467d4c6b2eb2182 /templates/base.html | |
parent | 8a58ef43d89335fc8ea6eaf91ac9a94bbef45ade (diff) |
Removed ads from dev siterelease_2008040202
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/base.html b/templates/base.html index 4f468f2e..5aa52152 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,21 +38,6 @@ <li><a href="/devel/">Dashboard</a></li> </ul> </div> - {% else %} - <div id="ads"> - <script type="text/javascript"><!-- - google_ad_client = "pub-3170555743375154"; - google_ad_width = 468; - google_ad_height = 60; - google_ad_format = "468x60_as"; - google_color_border = "ffffff"; - google_color_bg = "ffffff"; - google_color_link = "0771A6"; - google_color_url = "99AACC"; - google_color_text = "000000"; - //--></script> - <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> - </div> {% endif %} {% endblock %} </div> |