Project Website

Integration of Google Analytics

Insert the code above into {FORREST_HOME}\main\webapp\skins\pelt\xslt\html\site-to-xhtml.xsl right before the favicon:

...

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script> 
<script type="text/javascript">
_uacct = "UA-2482311-4";
urchinTracker();
</script>

<!--+
  |favicon
  +-->
...