From 929d57e2e2e0a6016ae7f8071259f526fc48893e Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 4 May 2019 12:39:08 +0200 Subject: [PATCH] =?UTF-8?q?[9.1.00]=20Th=C3=A8me=20par=20d=C3=A9faut?= 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/core.php b/core/core.php index 1000de24..b483a9b3 100644 --- a/core/core.php +++ b/core/core.php @@ -781,7 +781,7 @@ class common { } // Version 8.2.6 if($this->getData(['core', 'dataVersion']) < 826) { - $this->setData(['theme','header','linkHome',false]); + $this->setData(['theme','header','linkHome',true]); $this->setData(['core', 'dataVersion', 826]); $this->SaveData(); } diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 2e4cfa81..79dd554a 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -425,7 +425,7 @@ class install extends common { 'imageSize' => 'auto' ], 'button' => [ - 'backgroundColor' => 'rgba(74, 105, 189, 1)' + 'backgroundColor' => 'rgba(32, 59, 82, 1)' ], 'footer' => [ 'backgroundColor' => 'rgba(255, 255, 255, 1)', @@ -456,23 +456,23 @@ class install extends common { 'fontSize' => '2em', 'fontWeight' => 'normal', 'height' => '150px', - 'image' => '', + 'image' => 'banniere\/zwii_banniere.png', 'imagePosition' => 'center center', 'imageRepeat' => 'no-repeat', 'margin' => false, 'position' => 'site', 'textAlign' => 'center', 'textColor' => 'rgba(33, 34, 35, 1)', - 'textHide' => false, + 'textHide' => true, 'textTransform' => 'none', - 'linkHome' => 'false', + 'linkHome' => true, 'imageContainer' => 'auto' ], 'link' => [ 'textColor' => 'rgba(74, 105, 189, 1)' ], 'menu' => [ - 'backgroundColor' => 'rgba(74, 105, 189, 1)', + 'backgroundColor' => 'rgba(32, 59, 82, 1)', 'font' => 'Open+Sans', 'fontSize' => '1em', 'fontWeight' => 'normal',