Thread
:
if/then statement based on http vs https?
View Single Post
#
2
02-14-2007, 09:50 AM
balinor
Veteran
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
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
balinor
View Public Profile
Send a private message to balinor
Find all posts by balinor