From 0f93d9072d7a3552a865ac4a8d3a6060fecf686f Mon Sep 17 00:00:00 2001 From: DaWe Date: Fri, 26 Mar 2021 14:21:05 +0100 Subject: [PATCH] add google analytics code --- view/include/head.php | 11 +++++++++++ view/include_studio/head.php | 13 ++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/view/include/head.php b/view/include/head.php index cb5c4b9..82f3408 100644 --- a/view/include/head.php +++ b/view/include/head.php @@ -17,4 +17,15 @@ function printDateTime(datetime) { var evtm = new Date(parseInt(datetime*1000)).toLocaleString([], {year: 'numeric', month: 'short', day: '2-digit', hour: '2-digit', minute:'2-digit'}) document.write(evtm) } + + + + + + \ No newline at end of file diff --git a/view/include_studio/head.php b/view/include_studio/head.php index d9fafe7..b763220 100644 --- a/view/include_studio/head.php +++ b/view/include_studio/head.php @@ -22,4 +22,15 @@ function printDateTime(datetime) { - \ No newline at end of file + + + + + + \ No newline at end of file