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

Advanced Member
  
Join Date: Dec 2003
Posts: 89
 

Default

I tried to place this code in home.tpl

{if} $cat eq 249}
{else}
{include file="customer/key_cat.tpl"}
{/if}

underthis:


{include file="customer/home_main.tpl"}
{if} $cat eq 249}
{else}
{include file="customer/key_cat.tpl"}
{/if}


When I did that, my page became completely blank and I could not see anything at all until i removed the code from the home.tpl.
Did I do something wrong?
Reply With Quote