After I switched to the drupazine theme I noticed that google ads were being inserted into my blog. Is this what is meant by Premium theme? I think it should be documented as inserting ads into drupal pages. Isn't that a violation of Drupal policy? If not it ought to be.

Comments

Heine’s picture

To remove the adds, delete this code in node-blog.tpl.php

//...
  <script type="text/javascript"><!--
google_ad_client = "pub-0638120406777739";
/* 180x150, criado 14/10/08 */
google_ad_slot = "9891814983";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
//...

Patricia_W’s picture

I know that I could do that but why is Drupazine distributed on the Drupal site without a warning about this (or did I miss it somewhere)?

Heine’s picture

If you think this should not be allowed (by the Drupal.org repository usage policy), then it is best to open an issue in the webmasters issue queue.