File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
www/resources/template/inc Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1515 <?php foreach ($ js as $ link ): ?> <script src="<?php echo $ link ; ?> "></script>
1616<?php endforeach ; ?>
1717<?php endif ; ?>
18- <script async src="https://www.googletagmanager.com/gtag/js?id=G-BB1NL30RKL"></script>
1918 <script>
20- window.dataLayer = window.dataLayer || [];
21- function gtag(){dataLayer.push(arguments);}
22- gtag('js', new Date());
23- gtag('config', 'G-BB1NL30RKL', { 'anonymize_ip': true });
19+ var _paq = window._paq = window._paq || [];
20+ _paq.push(['trackPageView']);
21+ _paq.push(['enableLinkTracking']);
22+ (function() {
23+ var u="//matomo.apioo.de/";
24+ _paq.push(['setTrackerUrl', u+'matomo.php']);
25+ _paq.push(['setSiteId', '3']);
26+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
27+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
28+ })();
2429 </script>
2530</head>
2631<body>
You can’t perform that action at this time.
0 commit comments