diff --git a/core/class/layout.class.php b/core/class/layout.class.php index 71bf0d8..adc461f 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -57,7 +57,7 @@ class layout extends common */ public function showMain() { - echo '
'; + echo '
'; // Récupérer la config de la page courante $blocks = is_null($this->getData(['page', $this->getUrl(0), 'block'])) ? '12' : $this->getData(['page', $this->getUrl(0), 'block']); $blocks = explode('-', $blocks); @@ -151,7 +151,7 @@ class layout extends common } echo ''; } - echo '
'; + echo '
'; } /** diff --git a/core/core.php b/core/core.php index e062841..c6b5b32 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '1.9.00'; + const ZWII_VERSION = '1.9.01'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/';