bug analytic

branche_v11
fredtempez 1 year ago
parent 3b74d630d2
commit 72a936e9ef

@ -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'])); ?>) {

Loading…
Cancel
Save