From a433f8f4e69d59d8fc7a6486f325b6a2f877ad82 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Fri, 17 Feb 2023 18:29:56 +0100 Subject: [PATCH] =?UTF-8?q?=20d=C3=A9placement=20de=20normalize=20et=20lar?= =?UTF-8?q?geur=20du=20menu=20si=20banni=C3=A8re=20limit=C3=A9e=20au=20sit?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/layout/blank.php | 1 + core/layout/light.php | 1 + core/layout/main.php | 20 ++++++++++++-------- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/core/core.php b/core/core.php index b5cbb67..538463c 100644 --- a/core/core.php +++ b/core/core.php @@ -110,7 +110,7 @@ class common { // chargement des scripts et des styles dans head 'vendor' => [ 'jquery', - 'normalize', + //'normalize', chargé dans main.php avant common.css 'lity', 'filemanager', 'tippy', diff --git a/core/layout/blank.php b/core/layout/blank.php index d50a6b1..18c598f 100644 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -7,6 +7,7 @@ $this->showMetaTitle(); ?> + diff --git a/core/layout/light.php b/core/layout/light.php index eaff2f9..3d66c04 100644 --- a/core/layout/light.php +++ b/core/layout/light.php @@ -7,6 +7,7 @@ $this->showMetaTitle(); ?> + diff --git a/core/layout/main.php b/core/layout/main.php index 844d5b6..ec96ebb 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -14,6 +14,7 @@ else { echo ''; } if( $this->getData(['config', 'social', 'headFacebook' ]) === true) $this->showMetaPropertyFacebook(); ?> + @@ -145,20 +146,23 @@ else { echo ''; } - getData(['theme', 'menu', 'position']) === 'body-second'): ?> - -