From d7f92477d42943de74843452e9c5dfc1ec0bffb2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 30 Sep 2023 18:42:55 +0200 Subject: [PATCH] =?UTF-8?q?1.0.05=20Pb=20de=20retour=20=C3=A0=20l'accueil?= =?UTF-8?q?=20depuis=20la=20banni=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/layout/main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 8b96fff..1309d6e 100644 --- a/core/core.php +++ b/core/core.php @@ -50,7 +50,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '1.0.04'; + const ZWII_VERSION = '1.0.05'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/lms/'; diff --git a/core/layout/main.php b/core/layout/main.php index e8461f1..ca4be35 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -69,7 +69,7 @@ getData(['theme', 'header', 'position']) === 'body') : ?> - getData(['theme', 'header', 'linkHomePage']) && $this->getData(['theme', 'header', 'feature']) === 'wallpaper') ? '' : ''; ?> + getData(['theme', 'header', 'linkHomePage']) && $this->getData(['theme', 'header', 'feature']) === 'wallpaper') ? '' : ''; ?> getData(['theme', 'header', 'position']) === 'hide' ? 'displayNone' : ''; $headerClass .= $this->getData(['theme', 'header', 'tinyHidden']) ? ' bannerDisplay ' : '';