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
