View Single Post
  #2  
Old 03-24-2006, 05:25 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Code:
{if $smarty.server.SERVER_PORT == 443} secure path and code goes here {else} non-secure path and code goes here {/if}
Reply With Quote