From f766080bba5f4546eb4f62808aac4b9ac31676c9 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 5 Feb 2020 17:35:47 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.18]=20Donn=C3=A9es=20par=20d=C3=A9faut=20s?= =?UTF-8?q?ite=20exemple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/module/install/ressource/defaultdata.php | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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',