View Single Post
  #2  
Old 02-14-2007, 09:50 AM
 
balinor balinor is offline
 

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

Default Re: if/then statement based on http vs https?

{if $smarty.server.HTTPS eq "on"}

content for secure page

{else}

content for insecure page

{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote