bug analytic

This commit is contained in:
fredtempez 2021-11-12 09:17:28 +01:00
parent 3b74d630d2
commit 72a936e9ef
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ core.start = function() {
* Message sur l'utilisation des cookies
*/
var analytics = "";
if (<?php echo json_encode($this->getData(['config', 'analyticsId'])); ?>) {
if (<?php echo json_encode($this->getData(['config', 'seo', 'analyticsId'])); ?>) {
analytics = ' grâce au cookie Google Analytics'
}
if(<?php echo json_encode($this->getData(['config', 'cookieConsent'])); ?>) {