From e2dd11585efbfb4147e390b0ac6e53b5c0066e97 Mon Sep 17 00:00:00 2001 From: "maenz.torsten" Date: Fri, 27 Aug 2021 09:43:23 +0200 Subject: [PATCH] * add noscript tag --- system/includes/functions.php | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 64e775e..f3e7bbd 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2042,19 +2042,20 @@ function matomo($title) } $script = << - var _paq = window._paq = window._paq || []; - /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - (function() { - var u="${matomoURL}"; - _paq.push(['setTrackerUrl', u+'matomo.php']); - _paq.push(['setSiteId', '{$matomoID}']); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); - })(); - + + EOF; if($matomoTracking == 'javascript')