diff --git a/core/core.php b/core/core.php index 162e9e91..027a5ec1 100644 --- a/core/core.php +++ b/core/core.php @@ -934,7 +934,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/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index c98e6719..6371d2ad 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -463,9 +463,8 @@ class install extends common { 'socialsPosition' => 'center', 'socialsAlign' => 'center', 'displayVersion' => true, - 'displayVersion' => true, 'displaySiteMap' => true, - 'displayCopyright' => true, + 'displayCopyright' => false, 'displayLegal' => true, 'displaySearch' => false, 'template' => '3' @@ -497,7 +496,7 @@ class install extends common { 'fontSize' => '1em', 'fontWeight' => 'normal', 'height' => '15px 10px', - 'loginLink' => true, + 'loginLink' => false, 'burgerTitle' => true, 'margin' => false, 'position' => 'site-second',