
2007-07-01, 08:36 AM
|
|
超级版主
|
|
Join Date: 2006-01-04
Posts: 1206
|
|
你也可以这么做:在main.tpl中加入
Quote:
{if $category.ID != 0}
{literal}
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
{/literal}
{/if}
|
|