forked from ZwiiCMS-Team/ZwiiCMS
[9.1.00] Thème par défaut
This commit is contained in:
parent
70dfbc6c88
commit
929d57e2e2
@ -781,7 +781,7 @@ class common {
|
|||||||
}
|
}
|
||||||
// Version 8.2.6
|
// Version 8.2.6
|
||||||
if($this->getData(['core', 'dataVersion']) < 826) {
|
if($this->getData(['core', 'dataVersion']) < 826) {
|
||||||
$this->setData(['theme','header','linkHome',false]);
|
$this->setData(['theme','header','linkHome',true]);
|
||||||
$this->setData(['core', 'dataVersion', 826]);
|
$this->setData(['core', 'dataVersion', 826]);
|
||||||
$this->SaveData();
|
$this->SaveData();
|
||||||
}
|
}
|
||||||
|
@ -425,7 +425,7 @@ class install extends common {
|
|||||||
'imageSize' => 'auto'
|
'imageSize' => 'auto'
|
||||||
],
|
],
|
||||||
'button' => [
|
'button' => [
|
||||||
'backgroundColor' => 'rgba(74, 105, 189, 1)'
|
'backgroundColor' => 'rgba(32, 59, 82, 1)'
|
||||||
],
|
],
|
||||||
'footer' => [
|
'footer' => [
|
||||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||||
@ -456,23 +456,23 @@ class install extends common {
|
|||||||
'fontSize' => '2em',
|
'fontSize' => '2em',
|
||||||
'fontWeight' => 'normal',
|
'fontWeight' => 'normal',
|
||||||
'height' => '150px',
|
'height' => '150px',
|
||||||
'image' => '',
|
'image' => 'banniere\/zwii_banniere.png',
|
||||||
'imagePosition' => 'center center',
|
'imagePosition' => 'center center',
|
||||||
'imageRepeat' => 'no-repeat',
|
'imageRepeat' => 'no-repeat',
|
||||||
'margin' => false,
|
'margin' => false,
|
||||||
'position' => 'site',
|
'position' => 'site',
|
||||||
'textAlign' => 'center',
|
'textAlign' => 'center',
|
||||||
'textColor' => 'rgba(33, 34, 35, 1)',
|
'textColor' => 'rgba(33, 34, 35, 1)',
|
||||||
'textHide' => false,
|
'textHide' => true,
|
||||||
'textTransform' => 'none',
|
'textTransform' => 'none',
|
||||||
'linkHome' => 'false',
|
'linkHome' => true,
|
||||||
'imageContainer' => 'auto'
|
'imageContainer' => 'auto'
|
||||||
],
|
],
|
||||||
'link' => [
|
'link' => [
|
||||||
'textColor' => 'rgba(74, 105, 189, 1)'
|
'textColor' => 'rgba(74, 105, 189, 1)'
|
||||||
],
|
],
|
||||||
'menu' => [
|
'menu' => [
|
||||||
'backgroundColor' => 'rgba(74, 105, 189, 1)',
|
'backgroundColor' => 'rgba(32, 59, 82, 1)',
|
||||||
'font' => 'Open+Sans',
|
'font' => 'Open+Sans',
|
||||||
'fontSize' => '1em',
|
'fontSize' => '1em',
|
||||||
'fontWeight' => 'normal',
|
'fontWeight' => 'normal',
|
||||||
|
Loading…
Reference in New Issue
Block a user