diff options
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 022abaa..017701f 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -255,6 +255,7 @@ <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(["_setAccount", "UA-18603191-3"]); + _gaq.push(['_gat._anonymizeIp']); _gaq.push(["_trackPageview"]); (function() { |