forked from ZwiiCMS-Team/ZwiiCMS
[9.2.18] Mentions légales dans le site de test
This commit is contained in:
parent
b46a49eb01
commit
e6ce520ea0
@ -942,7 +942,7 @@ class common {
|
|||||||
if($this->getData(['core', 'dataVersion']) < 9200) {
|
if($this->getData(['core', 'dataVersion']) < 9200) {
|
||||||
$this->setData(['theme','footer','template', 3 ]);
|
$this->setData(['theme','footer','template', 3 ]);
|
||||||
$this->setData(['theme','footer','margin', true ]);
|
$this->setData(['theme','footer','margin', true ]);
|
||||||
$this->setData(['theme','footer','displayLegal', false ]);
|
$this->setData(['theme','footer','displayLegal', !empty($this->getdata(['config','legalPageId'])) ]);
|
||||||
$this->setData(['theme','footer','displaySearch', false ]);
|
$this->setData(['theme','footer','displaySearch', false ]);
|
||||||
$this->setData(['config','social','githubId', '' ]);
|
$this->setData(['config','social','githubId', '' ]);
|
||||||
$this->setData(['core', 'dataVersion', 9200]);
|
$this->setData(['core', 'dataVersion', 9200]);
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user