From b9be32469887b43b9299d991828913fe45ab0d94 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Mon, 26 Jun 2023 21:34:06 +0200 Subject: [PATCH] #16 - Inserito nuovo tag --- app/private/lib/gui/GUIHandler.php | 21 +++++++++------------ app/private/lib/gui/GUIHandlerMobile.php | 21 +++++++++------------ 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/app/private/lib/gui/GUIHandler.php b/app/private/lib/gui/GUIHandler.php index 1b6d435..5ce745d 100644 --- a/app/private/lib/gui/GUIHandler.php +++ b/app/private/lib/gui/GUIHandler.php @@ -449,19 +449,16 @@ class GUIHandler { public static function generateGoogleAnalyticsScripts(){ ?> - + - ga('create', 'UA-6137905-1', 'auto'); - ga('send', 'pageview'); - - - + - ga('create', 'UA-6137905-1', 'auto'); - ga('send', 'pageview'); - -