forked from ZwiiCMS-Team/ZwiiCMS
Exclure blocks des paramètres
This commit is contained in:
parent
7c30cbe4e8
commit
95d81bc83e
@ -118,6 +118,8 @@
|
|||||||
<!-- Corps -->
|
<!-- Corps -->
|
||||||
<?php if ($this->getUrl(0) === 'theme' OR
|
<?php if ($this->getUrl(0) === 'theme' OR
|
||||||
$this->getUrl(0) === 'config' OR
|
$this->getUrl(0) === 'config' OR
|
||||||
|
$this->getUrl(0) === 'install' OR
|
||||||
|
$this->getUrl(0) === 'maintenance' OR
|
||||||
$this->getUrl(0) === 'user' ) { ?> <!-- Pas de multi colonne-->
|
$this->getUrl(0) === 'user' ) { ?> <!-- Pas de multi colonne-->
|
||||||
<section><?php $layout->showContent(); ?></section>
|
<section><?php $layout->showContent(); ?></section>
|
||||||
<?php } else {
|
<?php } else {
|
||||||
|
Loading…
Reference in New Issue
Block a user