From d1e43524d99d2acac8086171623810c50412463c Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 26 Jan 2019 19:40:17 +0100 Subject: [PATCH] =?UTF-8?q?Pas=20de=20barre=20lat=C3=A9rale=20pour=20la=20?= =?UTF-8?q?config=20des=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/main.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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();?>