I would like to show the "comodo trust logo", "authorize.net logo" and the "paypal verified logo" in the footer on ssl pages. I have modified my includes/templates/Sweet ZouZou/common/tpl_footer.php file with the code below. The logos will show up centered on ALL pages, but the IF function is not working. Any suggestions?
Thx Sweet
if ($connection == 'SSL')
{
<div align="center">
<script type="text/javascript" language="javascript">TrustLogo("https://www.sweetzouzou.com/includes/templates/Sweet%20ZouZou/images/trustlogo.gif", "SC", "none");</script>
<script type="text/javascript" language="javascript">var ANS_customer_id="5cfbffe6-d2d0-4d16-a198-3c001937b1cc";</script>
<script type="text/javascript" language="javascript" src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" ></script>
<a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank"></a>
<a href="https://www.paypal.com/us/verified/pal=admin%40sweetzouzou%2ecom" target="_blank"><img src="https://www.paypal.com/en_US/i/icon/verification_seal.gif" border="0" alt="Official PayPal Seal"></a>
</div>
}



