View Single Post
  #8  
Old 11-21-2006, 11:24 AM
 
sandersdesign sandersdesign is offline
 

Member
  
Join Date: Oct 2005
Posts: 26
 

Default Re: Custom Root Category Template

X-cart dev gave me the following seems to work,

{elseif $main eq "catalog"}
{if $cat == 818}
{include file="customer/main/subcategories_Mcards.tpl" cat=$cat}
{else}
{include file="customer/main/subcategories.tpl" cat=$cat}
{/if}

thanks for the help carpeperdiem.
__________________
www.sandersdesign.net
X-Cart Gold v4.0.16, Unix
Reply With Quote