View Single Post
  #4  
Old 10-24-2006, 10:25 AM
 
balinor balinor is offline
 

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

Default Re: why does the backend use the same footer as frontend?

Yes, just surround whatever code you don't want to appear on the admin side with an {if} statement like this:

{if $usertype eq "C"}
show this
{/if}

That will only show whatever code you surround on the customer side.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote