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}