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')