Conditional Help Needed
Hi,
I am working on a new site and in the customer/home.tpl I have...
{include file="customer/head_sub.tpl"}
But I want to make it a conditional and ONLY show on the home.php page.
I have:
{if $main eq "home"}
{include file="customer/head_sub.tpl"}
{/if}
But, when I use this code, it disappears completely so I know something isn't correct. Can anyone tell me what I'm doing wrong?
Please.....Thanks,
Louise
|