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?
|