diff --git a/core/core.php b/core/core.php index 7b8be6c2..e1f29008 100644 --- a/core/core.php +++ b/core/core.php @@ -946,7 +946,7 @@ class common { if($this->getData(['core', 'dataVersion']) < 9100) { $this->setData(['theme','footer','displayVersion', true ]); $this->setData(['theme','footer','displaySiteMap', true ]); - $this->setData(['theme','footer','displayCopyright', true ]); + $this->setData(['theme','footer','displayCopyright', false ]); $this->setData(['core', 'dataVersion', 9100]); //$this->SaveData(); } diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index f879a98b..3114ab81 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -124,85 +124,77 @@ 'checked' => $this->getData(['config', 'autoUpdate']), 'help' => 'Vérification quotidienne des mises à jour.' ]); ?> - -
Pied de page personnalisé
', 'textPosition' => 'left', 'textAlign' => 'left', 'textTransform' => 'none', 'socialsPosition' => 'center', 'socialsAlign' => 'center', 'displayVersion' => true, - 'displayVersion' => true, 'displaySiteMap' => true, - 'displayCopyright' => true, - 'displayLegal' => false, + 'displayCopyright' => false, + 'displayLegal' => true, 'displaySearch' => false, 'template' => '3' ], @@ -125,7 +124,7 @@ class init extends common { 'fontSize' => '1em', 'fontWeight' => 'normal', 'height' => '15px 10px', - 'loginLink' => true, + 'loginLink' => false, 'burgerTitle' => true, 'margin' => false, 'position' => 'site-second',