Pas de barre latérale pour la config des modules

This commit is contained in:
fredtempez 2019-01-26 19:40:17 +01:00
parent 923cbb750f
commit d1e43524d9
1 changed files with 4 additions and 2 deletions

View File

@ -148,8 +148,10 @@
$content = 'col' . $blocks[1]; $content = 'col' . $blocks[1];
$blockright = 'col' . $blocks[2]; $blockright = 'col' . $blocks[2];
} }
if (sizeof($blocks) === 1 ||
if (sizeof($blocks) === 1 ) { ($this->getData(['page', $this->getUrl(2), 'moduleId']) == '' &&
$this->getUrl(1) == 'config')
) {
?><?php $layout->showContent();?><?php ?><?php $layout->showContent();?><?php
} else { } else {
?> ?>