login / register
voyager
Home » Administrator Guide » Manage Voyager » Settings » Appearance » Site Footer

Site Footer

This is inserted right before the body element.

One common use for this is to add usage tracking to Voyager. For example, this will add google analytics:



<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("Your Key Here");
pageTracker._initData();
pageTracker._trackPageview();
</script>



» Show in Whole Document