diff options
author | Andreas Hubel | 2020-12-28 01:12:15 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-28 01:12:15 +0100 |
commit | 7de7c2c592a6f32f8120e07d384f69b75e47e8b8 (patch) | |
tree | bd9632513b6a612be626829a763389f2e17ac999 /template | |
parent | 7efde4962a556dcdd159da12aa2b8d93860338c7 (diff) |
Revert "added google analytics snippet"
This reverts commit eb831e6bbf3294fe49bfb016d49847a342828a0a.
# Conflicts:
# template/page.phtml
Diffstat (limited to '')
-rw-r--r-- | template/page.phtml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/template/page.phtml b/template/page.phtml index 664a65c..64fc79e 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -106,18 +106,6 @@ <? if($page != 'allconferences' && $conference->hasAdditionalHtml()): ?> <?= $conference->getAdditionalHtml() ?> - <? endif ?> - -<!-- Google Analytics --> -<script> -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) -})(window,document,'script','https://h539o27h2a.analytics.premiumservices.c3voc.de/analytics.min.js','ga'); - -ga('create', 'UA-13373-42', 'auto'); -ga('send', 'pageview'); -</script> -<!-- End Google Analytics --> + <? endif ?> </body> </html> |