This commit is contained in:
Laurent Destailleur
2020-06-11 17:00:22 +02:00
parent 58fdd8a59a
commit 78204f92e6

View File

@@ -7753,7 +7753,7 @@ function printCommonFooter($zone = 'private')
$tmptagarray = explode(',', $conf->global->MAIN_GOOGLE_AN_ID);
foreach($tmptagarray as $tmptag) {
print "\n";
print "/* JS CODE TO ENABLE for google analtics tag */\n";
print "<!-- JS CODE TO ENABLE for google analtics tag -->\n";
print "
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=".trim($tmptag)."\"></script>