forked from ZwiiCMS-Team/ZwiiCMS
Mode pleine config module : amélioration du code
This commit is contained in:
parent
32be33dc10
commit
b2c97b7f58
@ -152,12 +152,11 @@
|
|||||||
$content = 'col' . $blocks[1];
|
$content = 'col' . $blocks[1];
|
||||||
$blockright = 'col' . $blocks[2];
|
$blockright = 'col' . $blocks[2];
|
||||||
}
|
}
|
||||||
|
// Page pleine pour la configuration des modules et l'édition des pages
|
||||||
if (sizeof($blocks) === 1 ||
|
if (sizeof($blocks) === 1 ||
|
||||||
($this->getData(['page', $this->getUrl(2), 'moduleId']) == '' &&
|
$this->getUrl(1) === '' ||
|
||||||
$this->getUrl(1) == 'config' || // Configuration d'un module en page pleibe
|
$this->getData(['page', $this->getUrl(2), 'moduleId']) == ''
|
||||||
$this->getUrl(1) == 'data' || // données de formulaire en page pleine
|
) {
|
||||||
$this->getUrl(1) == 'comment' // données des commentaires en page pleine
|
|
||||||
)) {
|
|
||||||
?><?php $layout->showContent();?><?php
|
?><?php $layout->showContent();?><?php
|
||||||
} else {
|
} else {
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user