Comment et form data en pleine page

This commit is contained in:
fredtempez 2019-02-11 09:30:39 +01:00
parent c98a2f4ef7
commit 9d70bc0b7a
1 changed files with 4 additions and 2 deletions

View File

@ -154,8 +154,10 @@
}
if (sizeof($blocks) === 1 ||
($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
} else {
?>