summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 1138837..e09013e 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -252,6 +252,17 @@
<link rel="shortcut icon" href="images/favicon.ico" >
[% Hook.process("additional_header") %]
<meta name="google-site-verification" content="upEZjJeSjjjVNCMOM2xZNi5PmRgMOY9SCtW3xmGY6nQ">
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(["_setAccount", "UA-18603191-3"]);
+ _gaq.push(["_trackPageview"]);
+
+ (function() {
+ var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
+ ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
+ var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
</head>
[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag,