diff --git a/core/layout/main.php b/core/layout/main.php index 97ad5953..32cee72b 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -148,8 +148,10 @@ $content = 'col' . $blocks[1]; $blockright = 'col' . $blocks[2]; } - - if (sizeof($blocks) === 1 ) { + if (sizeof($blocks) === 1 || + ($this->getData(['page', $this->getUrl(2), 'moduleId']) == '' && + $this->getUrl(1) == 'config') + ) { ?>showContent();?>