diff --git a/core/class/layout.class.php b/core/class/layout.class.php index c6b0f56..5fbf3bf 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -29,23 +29,23 @@ class layout extends common $item .= template::ico('cancel'); $item .= ''; // Texte de la popup - $item .= '
' . $this->getData(['locale', 'cookies', 'mainLabel']) . '
'; + $item .= '' . $this->getData(['config', 'cookies', 'mainLabel']) . '
'; // Formulaire de réponse if ( - $this->getData(['locale', 'homePageId']) === $this->getUrl(0) + $this->getData(['config', 'homePageId']) === $this->getUrl(0) ) { $item .= ''; // mentions légales si la page est définie - $legalPage = $this->getData(['locale', 'legalPageId']); + $legalPage = $this->getData(['config', 'legalPageId']); if ($legalPage !== 'none') { - $item .= '' . $this->getData(['locale', 'cookies', 'linkLegalLabel']) . '
'; + $item .= '' . $this->getData(['config', 'cookies', 'linkLegalLabel']) . '
'; } $item .= ''; echo $item; @@ -288,7 +288,7 @@ class layout extends common // Affichage de motorisé par $items .= 'getData(['theme', 'footer', 'displayCopyright']) === false ? 'class="displayNone"' : ''; - $label = empty($this->getData(['locale', 'poweredPageLabel'])) ? 'Motorisé par' : $this->getData(['locale', 'poweredPageLabel']); + $label = empty($this->getData(['config', 'poweredPageLabel'])) ? 'Motorisé par' : $this->getData(['config', 'poweredPageLabel']); $items .= '>- getData(['locale', 'title']); ?> + getData(['config', 'title']); ?> |