View Single Post
  #3  
Old 06-03-2013, 05:07 AM
  Soft-Reseller.com's Avatar 
Soft-Reseller.com Soft-Reseller.com is offline
 

Advanced Member
  
Join Date: Jul 2009
Posts: 68
 

Default Re: Want to show different banner on Home page and other pages.

Quote:
Originally Posted by pauldodman
{if $main eq "catalog" and $current_category.category eq ""}
{ HOME PAGE show my own banner (My HTML Code)}
{else}
{ ALL OTHER PAGES show google banner (Google Adsense Code)}
{/if}

Hello

Thanks Pauldodman you understand what I want and we have done the job and got the results we want.
We put the code

{if $main eq "catalog" and $current_category.category eq ""}
{include file="addons/banners/col/banner_1.tpl"}
{else}
{include file="addons/banners/col/google_banner.tpl"}
{/if}

Can see on our site
http://www.soft-reseller.com

Thanks again and regards
Reply With Quote