forked from ZwiiCMS-Team/ZwiiCMS
V8.4.4 : correction update footer positions
This commit is contained in:
parent
b267fe248c
commit
5ff0cfd3d1
@ -317,9 +317,9 @@ class common {
|
|||||||
'text' => '',
|
'text' => '',
|
||||||
'textAlign' => 'center',
|
'textAlign' => 'center',
|
||||||
'textColor' => 'rgba(33, 34, 35, 1)',
|
'textColor' => 'rgba(33, 34, 35, 1)',
|
||||||
'copyrightPosition' => '3',
|
'copyrightPosition' => 'center',
|
||||||
'textPosition' => '2',
|
'textPosition' => 'center',
|
||||||
'socialsPosition' => '1'
|
'socialsPosition' => 'center'
|
||||||
],
|
],
|
||||||
'header' => [
|
'header' => [
|
||||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||||
@ -908,6 +908,15 @@ class common {
|
|||||||
$this->setData(['core', 'dataVersion', 840]);
|
$this->setData(['core', 'dataVersion', 840]);
|
||||||
$this->SaveData();
|
$this->SaveData();
|
||||||
}
|
}
|
||||||
|
// Version 8.4.4
|
||||||
|
if($this->getData(['core', 'dataVersion']) < 844) {
|
||||||
|
$this->setData(['theme','footer','socialsPosition','center']);
|
||||||
|
$this->setData(['theme','footer','textPosition','center']);
|
||||||
|
$this->setData(['theme','footer','copyrightPosition','center']);
|
||||||
|
$this->setData(['core', 'dataVersion', 844]);
|
||||||
|
$this->SaveData();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user