From 7245fb880474f605c82eebe85ebb7f2192a48df0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 26 Nov 2020 11:17:27 +0100 Subject: [PATCH] Bloc de drapeaux dans le menu --- core/core.php | 2 +- core/layout/common.css | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/core/core.php b/core/core.php index cd4ff1d4..ef094456 100755 --- a/core/core.php +++ b/core/core.php @@ -2324,7 +2324,6 @@ class layout extends common { * @param Page par défaut */ public function showContent() { - $this->showi18n(); if( $this->core->output['title'] AND ( @@ -2695,6 +2694,7 @@ class layout extends common { } // Retourne les items du menu echo ''; + echo $this->showi18n(); } /** diff --git a/core/layout/common.css b/core/layout/common.css index a28c9f86..c4fbd252 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -713,11 +713,8 @@ li .menuSideChild { /* Container des drapeaux */ #i18nContainer { - z-index: 100; position: relative ; float: right; - width: auto; - height: auto; } #i18nContainer ul { @@ -729,9 +726,9 @@ li .menuSideChild { position: relative; } + #i18nContainer img { width: 80%; - margin: 2px; }