forked from ZwiiCMS-Team/ZwiiCMS
bug analytic
This commit is contained in:
parent
3b74d630d2
commit
72a936e9ef
@ -223,7 +223,7 @@ core.start = function() {
|
|||||||
* Message sur l'utilisation des cookies
|
* Message sur l'utilisation des cookies
|
||||||
*/
|
*/
|
||||||
var analytics = "";
|
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'
|
analytics = ' grâce au cookie Google Analytics'
|
||||||
}
|
}
|
||||||
if(<?php echo json_encode($this->getData(['config', 'cookieConsent'])); ?>) {
|
if(<?php echo json_encode($this->getData(['config', 'cookieConsent'])); ?>) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user