<1505 bug cookie sur url complète
This commit is contained in:
parent
5195d970d2
commit
f8687b857e
@ -1295,7 +1295,7 @@ class common {
|
|||||||
$item .= '<h3>'. $this->getData(['locale', 'cookies', 'titleLabel']) . '</h3>';
|
$item .= '<h3>'. $this->getData(['locale', 'cookies', 'titleLabel']) . '</h3>';
|
||||||
$item .= '<p>' . $this->getData(['locale', 'cookies', 'mainLabel']) . '</p>';
|
$item .= '<p>' . $this->getData(['locale', 'cookies', 'mainLabel']) . '</p>';
|
||||||
// Formulaire de réponse
|
// Formulaire de réponse
|
||||||
$item .= '<form method="POST" action="' . helper::baseUrl() . $this->getUrl(0) . '" id="cookieForm">';
|
$item .= '<form method="POST" action="' . helper::baseUrl() . $this->getUrl() . '" id="cookieForm">';
|
||||||
$analytics = $this->getData(['config', 'seo', 'analyticsId']);
|
$analytics = $this->getData(['config', 'seo', 'analyticsId']);
|
||||||
$stateCookieGA = $this->getInput('ZWII_COOKIE_GA_CONSENT') === 'true' ? 'checked="checked"' : '';
|
$stateCookieGA = $this->getInput('ZWII_COOKIE_GA_CONSENT') === 'true' ? 'checked="checked"' : '';
|
||||||
if( $analytics !== null AND $analytics !== '' ) {
|
if( $analytics !== null AND $analytics !== '' ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user