Hi,
i posted this in the footer tpl file but its not picking up the https value to show the image, any ideas?
it looks like there is no value for any of those.. mmmmm
thanks
i posted this in the footer tpl file but its not picking up the https value to show the image, any ideas?
PHP Code:
{if !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443}
<center>
<img src="/images/ssl_seal.gif" border="0" alt="SSL Seal" />
</center>
{/if}
thanks