diff options
author | prashant | 2014-09-22 15:19:00 +0530 |
---|---|---|
committer | prashant | 2014-09-22 15:19:00 +0530 |
commit | d128c0c10e7ba35f885caeac090568acb521896d (patch) | |
tree | 6c8cc5f439a02c38945593d4af18667f2c28fcc8 /templates/page-front.tpl.php | |
parent | ba0989ce779921e82d7ef183dbfcd652eca82efe (diff) | |
parent | d22c2fef9ba0ba96f00cb5125a30b1332e05e754 (diff) | |
download | scilab_theme-d128c0c10e7ba35f885caeac090568acb521896d.tar.gz scilab_theme-d128c0c10e7ba35f885caeac090568acb521896d.tar.bz2 scilab_theme-d128c0c10e7ba35f885caeac090568acb521896d.zip |
Merge branch 'master' of https://github.com/FOSSEE/scilab_theme
Diffstat (limited to 'templates/page-front.tpl.php')
-rwxr-xr-x | templates/page-front.tpl.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/page-front.tpl.php b/templates/page-front.tpl.php index 363267a..bd4a156 100755 --- a/templates/page-front.tpl.php +++ b/templates/page-front.tpl.php @@ -486,5 +486,22 @@ <?php print $page_closure; ?> <?php print $closure; ?> + +<!-- Piwik --> +<script type="text/javascript"> + var _paq = _paq || []; + _paq.push(['trackPageView']); + _paq.push(['enableLinkTracking']); + (function() { + var u=(("https:" == document.location.protocol) ? "https" : "http") + "://analytics.spoken-tutorial.org/"; + _paq.push(['setTrackerUrl', u+'piwik.php']); + _paq.push(['setSiteId', 5]); + var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; + g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); + })(); +</script> +<noscript><p><img src="http://analytics.spoken-tutorial.org/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript> +<!-- End Piwik Code --> + </body> </html> |