View Single Post
  #8  
Old 12-08-2005, 10:16 AM
 
JGrubbs JGrubbs is offline
 

Member
  
Join Date: Oct 2005
Location: Lake Mary, FL
Posts: 12
 

Default

I found what I was looking for on the SMARTY user forum:

{if $smarty.server.HTTPS eq "on"}
{literal}
<script type="text/javascript">TrustLogo("https://secure.site.com/authentic_secure_transparent.gif", "SC", "none");</script>
{/literal}
{/if}

You can put the TrustLogo JavaScript in the meta.tpl and the code above in the /customer/home.tpl where you want it to appear on the page. This will only show the TrustLogo on the secure pages.
__________________
Version 4.0.17
Reply With Quote