root/googleanalytics/templates/googleAnalytics.tpl @ 18

Revision 18, 200 bytes (checked in by d0nut, 6 years ago)

bugfix for the template of google analytics

Line 
1<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
2<script type="text/javascript">
3//<![CDATA[
4        _uacct="{GOOGLEANALYTICS_KEY}";
5        urchinTracker();
6//]]>
7</script>
Note: See TracBrowser for help on using the browser.