Thanks, are there other "main" areas besides "catalog"?
And how do i know what they are, and what xcart calls them?
That way i can go show a specific menu based on the MAIN.
{if}
{if $main eq "catalog"}
{include file="customer/categories.tpl"} {/if}
{else}
{if $main eq "newmenuONE"}
{include file="customer/newmenuONE.tpl"} {/if}
{else}
{if $main eq "newmenuTWO"}
{include file="customer/newmenuTWO.tpl"} {/if}
{else}
{if $main eq "newmenuTHREE"}
{include file="customer/newmenuTHREE.tpl"} {/if}
{/if}
__________________
X-Cart 4.0.18 DBest
|