View Single Post
  #1  
Old 01-26-2005, 07:12 AM
 
gfiebich gfiebich is offline
 

Senior Member
  
Join Date: Feb 2003
Location: St. Paul, MN
Posts: 108
 

Default Hide graphic if page is unsecure

I want to hide a Thawte SSL badge when looking at a HTTP page and show the badge when looking at HTTPS pages.

This would be something like:

Code:
{if $secure} <script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe"> {/if}

So far, I haven't found a Smarty tag to use as the trigger. Any help would be much appreciated!
-Glen
__________________
NO LONGER USING X-CART - NOT ACTIVE IN THESE FORUMS
Reply With Quote