diff --git a/core/core.php b/core/core.php index 142b486e..705ee9a0 100644 --- a/core/core.php +++ b/core/core.php @@ -1267,2061 +1267,12 @@ class common } $zip->close(); } - - // Layout remplace la classe précédente - - /** - * Affiche le consentement aux cookies - */ - public function showCookies() - { - // La gestion des cookies est externalisée - if ($this->getData(['config', 'cookieConsent']) === false) { - return; - } - // Le cookie est déjà validé - if ($this->getInput('ZWII_COOKIE_CONSENT') === 'true') { - return; - } - $item = '
'; - echo $item; - } - - /** - * Formate le contenu de la page selon les gabarits - * @param Page par defaut - */ - public function showSection() - { - echo '