View Single Post
  #2   IP: 218.2.29.112
Old 2007-07-01, 08:31 AM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default

How do I get adsense to appear on the search pages as well?

to make adsense appear in the search page as well, just use the following code:
Code:
{if $category.ID gt 0 or $qu} 
{include file="googlead.tpl"} 
{/if}
instead of
Code:
{if $category.ID != 0} 
{include file="googlead.tpl"} 
{/if}
Reply With Quote