[9.2.18] Données par défaut site exemple

This commit is contained in:
Fred Tempez 2020-02-05 17:35:47 +01:00
parent e9b5fd9dca
commit f766080bba
2 changed files with 3 additions and 4 deletions

View File

@ -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();
}

View File

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