View Single Post
  #4  
Old 02-25-2004, 07:22 PM
 
joelrhome joelrhome is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 89
 

Default

I added the code into the home_main.tpl
<** under this**>
{elseif $main eq "catalog"}
{include file="customer/main/subcategories.tpl" cat=$cat}
<** I added this**>
{if $cat eq 249}
{else}
{include file="customer/key_cat.tpl"}
{/if}


<**and it worked**>


I just couldnt give up without trying almost everything to get it to work.

Thanks for the help
Reply With Quote