View Single Post
  #1  
Old 03-20-2005, 01:32 PM
  dalmuti's Avatar 
dalmuti dalmuti is offline
 

eXpert
  
Join Date: Oct 2004
Location: Kansas
Posts: 343
 

Default 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
__________________
Louise

Studio 57 Designs - X-Cart Customization
Providing X-Cart Services since 2004
Hottest Blog Directory - Submit Your Blog for a Free Listing
Reply With Quote