View Single Post
  #2  
Old 11-14-2008, 12:21 PM
 
balinor balinor is offline
 

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

Default Re: Editing templates also edits admin pages!

Unfortunately some are shared Use this in those types of templates to only show it on the customer side:

{if $usertype eq "C"}
customer only code here
{else}
admin code here
{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote