From 5c752c993ebbec8e2a826161348e9ea718e519a0 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 21 Jan 2020 08:42:21 +0100 Subject: [PATCH] =?UTF-8?q?[10.0.025.dev]=20Erreurs=20de=20d=C3=A9claratio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/layout/blank.php | 2 +- core/layout/common.css | 5 ++--- core/layout/light.php | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/core/core.php b/core/core.php index 36d114d6..b75f1cfb 100644 --- a/core/core.php +++ b/core/core.php @@ -34,7 +34,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.024.dev'; + const ZWII_VERSION = '10.0.025.dev'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/layout/blank.php b/core/layout/blank.php index 60544b37..f89039f8 100755 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -10,12 +10,12 @@ showMetaImage(); ?> showFavicon(); ?> showVendor(); ?> + showStyle(); ?> -showStyle(); ?> showContent(); ?> showScript(); ?> diff --git a/core/layout/common.css b/core/layout/common.css index 57974d87..527a5bab 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -406,11 +406,10 @@ header span { } header .container { overflow: hidden; - height: 1 - 00%; + height: 100%; } -/* Elemnt du header */ +/* Element du header */ #themeHeaderImage { font-style: italic; diff --git a/core/layout/light.php b/core/layout/light.php index 5dde1966..833ffc24 100755 --- a/core/layout/light.php +++ b/core/layout/light.php @@ -10,13 +10,13 @@ showMetaImage(); ?> showFavicon(); ?> showVendor(); ?> + showStyle(); ?> -showStyle(); ?> showNotification(); ?>
showContent(); ?>