Changeset 2112 in MondoRescue for branches


Ignore:
Timestamp:
Jan 9, 2009, 3:54:26 PM (15 years ago)
Author:
Bruno Cornec
Message:

Adds google analytics stats for mondorescue Web site

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/website/head.shtml

    r926 r2112  
    88<link rel="stylesheet" type="text/css" media="screen" href="/css/allbrowsers.css" />
    99<script type="text/javascript" src="/js/functions.js"></script>
     10<script type="text/javascript">
     11var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
     12document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
     13</script>
     14<script type="text/javascript">
     15try {
     16var pageTracker = _gat._getTracker("UA-6938737-1");
     17pageTracker._trackPageview();
     18} catch(err) {}</script>
Note: See TracChangeset for help on using the changeset viewer.