File tree Expand file tree Collapse file tree
www/resources/template/inc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <link rel="stylesheet" href="<?php echo $ base ; ?> /css/app.min.css">
1212 <link rel="canonical" href="<?php echo $ router ->getUrl ($ method , isset ($ parameters ) ? (array ) $ parameters : []); ?> ">
1313 <script async src="<?php echo $ base ; ?> /js/app.min.js"></script>
14- <script async src="https://www.googletagmanager.com/gtag/js?id=G-8CL7811MFT"></script>
1514<?php if (isset ($ js ) && is_array ($ js )): ?>
1615<?php foreach ($ js as $ link ): ?> <script src="<?php echo $ link ; ?> "></script>
1716<?php endforeach ; ?>
1817<?php endif ; ?>
1918 <script>
20- window.dataLayer = window.dataLayer || [];
21- function gtag(){dataLayer.push(arguments);}
22- gtag('js', new Date());
23- gtag('config', 'G-8CL7811MFT', { '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', '4']);
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