summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2008-05-31 04:46:10 +0000
committerNathan Kinkade <nath@nkinka.de>2008-05-31 04:46:10 +0000
commit630985910c8c3ba0c16aaf6381a768ccddb6c70e (patch)
tree56ff3a69356e4ec5160c5213e72008c8a3a09f80
parent945e1525f1f31f7bb1bd58ef602bfe59cecb57a0 (diff)
Google Analytics doesn't seem to be working, reverted to old urchin code
-rw-r--r--templates/footer.tpl10
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/footer.tpl b/templates/footer.tpl
index 6cf9020..0220569 100644
--- a/templates/footer.tpl
+++ b/templates/footer.tpl
@@ -7,15 +7,11 @@
</div>
</div>
-<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 src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
- var pageTracker = _gat._getTracker("UA-1658795-2");
- pageTracker._initData();
- pageTracker._trackPageview();
+_uacct = "UA-1658795-2";
+urchinTracker();
</script>
</body>