New Zenner
- Join Date:
- Dec 2007
- Posts:
- 57
- Plugin Contributions:
- 0
Need help to check is a page is secure or not
Hi,
I'd like to use the following if statement so the code would only show on NON SECURE pages to avoid "secure and non secure items..."
This code should go into tpl_main_page.php
<?php if (This is Not A Secure Page) { ?> <!-- ClickTale Top part --> <script type="text/javascript"> var WRInitTime=(new Date()).getTime(); </script> <!-- ClickTale end of Top part --> <?php } ?>Can anyone tell me what I should put in "This is Not A Secure Page" so this will work for me?
Or even better if you ever implemnted clickTale in your zen cart (the free version" I would love to hear about it.
Thanks
Erez:unsure: