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
@ -941,8 +941,8 @@ class common {
|
||||
// Version 9.2.00
|
||||
if($this->getData(['core', 'dataVersion']) < 9200) {
|
||||
$this->setData(['theme','footer','template', 3 ]);
|
||||
$this->setData(['theme','footer','margin', true ]);
|
||||
$this->setData(['theme','footer','displayLegal', false ]);
|
||||
$this->setData(['theme','footer','margin', true ]);
|
||||
$this->setData(['theme','footer','displayLegal', !empty($this->getdata(['config','legalPageId'])) ]);
|
||||
$this->setData(['theme','footer','displaySearch', false ]);
|
||||
$this->setData(['config','social','githubId', '' ]);
|
||||
$this->setData(['core', 'dataVersion', 9200]);
|
||||
@ -1047,7 +1047,7 @@ class common {
|
||||
$this->setData(['core', 'baseUrl', helper::baseUrl(true,false) ]);
|
||||
$this->setData(['core', 'dataVersion', 9216]);
|
||||
$this->saveData();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user