The branch, master has been updated via 47f8b5b5dd42059dd6e0a723355ba7532121f5a0 (commit) from 0b5a42cf26e3bbffba51d8c6c2222e10e2f755ec (commit)
- Log ----------------------------------------------------------------- commit 47f8b5b5dd42059dd6e0a723355ba7532121f5a0 Author: Michal Čihař mcihar@suse.cz Date: Tue Jun 21 11:52:33 2011 +0200
Update piwik tracking code
-----------------------------------------------------------------------
Summary of changes: theme/index.html.tmpl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/theme/index.html.tmpl b/theme/index.html.tmpl index 63e38e1..66b1035 100644 --- a/theme/index.html.tmpl +++ b/theme/index.html.tmpl @@ -221,12 +221,12 @@ var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.cihar document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); </script><script type="text/javascript"> try { - var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1); - piwikTracker.trackPageView(); - piwikTracker.enableLinkTracking(); +var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1); +piwikTracker.trackPageView(); +piwikTracker.enableLinkTracking(); } catch( err ) {} -</script> -<!-- End Piwik Tag --> +</script><noscript><p><img src="http://stats.cihar.com/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript> +<!-- End Piwik Tracking Code --> </body> </html>
hooks/post-receive