summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-07-25 08:57:16 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-07-25 08:57:16 +0000
commita456780bfdfd87eb98d58cba0921cc3c37f0b7fc (patch)
tree9833bf56ccfb52c79cfd3cac4c127ff9a4af9448 /includes
parent1414d563719b8413c6445b1eecdd8717e8b40266 (diff)
downloadwebsite-a456780bfdfd87eb98d58cba0921cc3c37f0b7fc.tar.gz
website-a456780bfdfd87eb98d58cba0921cc3c37f0b7fc.tar.bz2
website-a456780bfdfd87eb98d58cba0921cc3c37f0b7fc.tar.xz
website-a456780bfdfd87eb98d58cba0921cc3c37f0b7fc.zip
Fixed spelling to last news item, and committed the addition of Google Analytics
Diffstat (limited to 'includes')
-rw-r--r--includes/common.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/common.php b/includes/common.php
index ae58bc7..aba439d 100644
--- a/includes/common.php
+++ b/includes/common.php
@@ -151,6 +151,13 @@ function placeFooter()
&copy; 2004-2005 The Mana World Dev Team
</div>
</div> <!-- /page -->
+
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ _uacct = "UA-380618-3";
+ urchinTracker();
+ </script>
</body>
</html>
<?php