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',