forked from ZwiiCMS-Team/ZwiiCMS
Pas de barre latérale pour la config des modules
This commit is contained in:
parent
923cbb750f
commit
d1e43524d9
@ -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 {
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user