forked from ZwiiCMS-Team/ZwiiCMS
Merge branch 'master' into dev10
This commit is contained in:
commit
464460c8cf
@ -953,8 +953,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]);
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user