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(); ?>