View Single Post
  #4  
Old 03-02-2007, 03:40 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Which template files should I edit?

The {if} statement looks like this:

{if $usertype eq "C"}
customer code
{else}
admin code
{/if}

home.tpl controls the overall layout, but it calls different templates within it for the header and footer.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote