diff --git a/core/core.php b/core/core.php index 3eb3d5e0..96be658d 100644 --- a/core/core.php +++ b/core/core.php @@ -924,6 +924,7 @@ class common { // Version 9.1.13 if($this->getData(['core', 'dataVersion']) < 9113) { $this->setData(['theme','footer','template', 3 ]); + $this->setData(['theme','footer','margin', true ]); $this->setData(['core', 'dataVersion', 9113]); $this->SaveData(); } diff --git a/core/layout/main.php b/core/layout/main.php index fd861806..365a2744 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -237,6 +237,11 @@ $class['center'] = "col4"; $class['right'] = "col4"; break; + case '4' : + $class['left'] = "col12"; + $class['center'] = "col12"; + $class['right'] = "col12"; + break; }?>