forked from ZwiiCMS-Team/ZwiiCMS
Annulation du commit amélioration du code
This commit is contained in:
parent
27e691e6f8
commit
881ed55ca1
@ -154,11 +154,13 @@
|
|||||||
}
|
}
|
||||||
// Page pleine pour la configuration des modules et l'édition des pages
|
// Page pleine pour la configuration des modules et l'édition des pages
|
||||||
if (sizeof($blocks) === 1 ||
|
if (sizeof($blocks) === 1 ||
|
||||||
$this->getUrl(1) === '' ||
|
($this->getData(['page', $this->getUrl(2), 'moduleId']) == '' &&
|
||||||
$this->getData(['page', $this->getUrl(2), 'moduleId']) == ''
|
$this->getUrl(1) == 'config' || // Configuration d'un module en page pleine
|
||||||
) {
|
$this->getUrl(1) == 'data' || // données de formulaire en page pleine
|
||||||
?><?php $layout->showContent();?><?php
|
$this->getUrl(1) == 'comment' // données des commentaires en page pleine
|
||||||
} else {
|
)) {
|
||||||
|
?><?php $layout->showContent();?><?php
|
||||||
|
} else {
|
||||||
?>
|
?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<?php if ($blockleft !== "") :?> <div class="<?php echo $blockleft; ?>" id="contentleft">
|
<?php if ($blockleft !== "") :?> <div class="<?php echo $blockleft; ?>" id="contentleft">
|
||||||
|
Loading…
Reference in New Issue
Block a user