projects / org / ezproject2010 / is_ssl
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
is_ssl | Björn X | stable |
Version | Compatible with |
---|---|
x | any |
Example (include external tracking js file):
{if is_ssl()}
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>
{else}
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
{/if}