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