diff --git a/core/core.php b/core/core.php index 83551494..374042c5 100755 --- a/core/core.php +++ b/core/core.php @@ -2318,6 +2318,7 @@ class layout extends common { * @param Page par défaut */ public function showContent() { + $this->showi18n(); if( $this->core->output['title'] AND ( diff --git a/core/layout/common.css b/core/layout/common.css index f58a052a..a28c9f86 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -713,12 +713,11 @@ li .menuSideChild { /* Container des drapeaux */ #i18nContainer { - z-index: 18; - display: flex ; + z-index: 100; + position: relative ; float: right; width: auto; height: auto; - margin-top: 40px; } #i18nContainer ul { diff --git a/core/layout/main.php b/core/layout/main.php index 85e657b9..d4ce42ff 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -30,7 +30,6 @@ $lan = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); ?> getUser('group') > self::GROUP_MEMBER): ?> showBar(); ?> - showi18n();?> showNotification(); ?> getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'top' ): ?>