forked from ZwiiCMS-Team/ZwiiCMS
Comment et form data en pleine page
This commit is contained in:
parent
c98a2f4ef7
commit
9d70bc0b7a
@ -154,8 +154,10 @@
|
|||||||
}
|
}
|
||||||
if (sizeof($blocks) === 1 ||
|
if (sizeof($blocks) === 1 ||
|
||||||
($this->getData(['page', $this->getUrl(2), 'moduleId']) == '' &&
|
($this->getData(['page', $this->getUrl(2), 'moduleId']) == '' &&
|
||||||
$this->getUrl(1) == 'config')
|
$this->getUrl(1) == 'config' || // Configuration d'un module en page pleibe
|
||||||
) {
|
$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