add: Aggrosoft-Cookie-Consent compatibility
Cette révision appartient à :
Parent
13df965a03
révision
0e55c3e38f
@ -45,6 +45,11 @@ class ViewConfig extends ViewConfig_parent
|
||||
return true;
|
||||
}
|
||||
|
||||
// Aggrosoft Cookie Consent
|
||||
if (method_exists($this, "isCookieCategoryEnabled")) {
|
||||
return $this->isCookieCategoryEnabled($sCookieID);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur