diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-07 16:16:44 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-07 16:16:44 +0200 |
| commit | d806ccc43a2b875f1b7fcf50f33a74d122fa8d5e (patch) | |
| tree | 41bf3f5d95518f5b3498f2af032ec4a97dead672 /themes | |
| parent | 378e164a3d314766d8993b741f333425a8d3a979 (diff) | |
Google Analytics
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/astaf/views/layouts/main.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/astaf/views/layouts/main.php b/themes/astaf/views/layouts/main.php index 5667046..0bc96fa 100644 --- a/themes/astaf/views/layouts/main.php +++ b/themes/astaf/views/layouts/main.php @@ -18,6 +18,20 @@ <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> + + <script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-1935263-1']); + _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> <body> <ul class="ym-skiplinks"> |
