Position des drapeaux dans content

This commit is contained in:
fredtempez 2020-11-25 18:58:27 +01:00
parent 1828d9c7a3
commit 793860f7d1
3 changed files with 3 additions and 4 deletions

View File

@ -2318,6 +2318,7 @@ class layout extends common {
* @param Page par défaut * @param Page par défaut
*/ */
public function showContent() { public function showContent() {
$this->showi18n();
if( if(
$this->core->output['title'] $this->core->output['title']
AND ( AND (

View File

@ -713,12 +713,11 @@ li .menuSideChild {
/* Container des drapeaux */ /* Container des drapeaux */
#i18nContainer { #i18nContainer {
z-index: 18; z-index: 100;
display: flex ; position: relative ;
float: right; float: right;
width: auto; width: auto;
height: auto; height: auto;
margin-top: 40px;
} }
#i18nContainer ul { #i18nContainer ul {

View File

@ -30,7 +30,6 @@ $lan = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); ?>
<?php if($this->getUser('group') > self::GROUP_MEMBER): ?> <?php if($this->getUser('group') > self::GROUP_MEMBER): ?>
<?php $layout->showBar(); ?> <?php $layout->showBar(); ?>
<?php endif;?> <?php endif;?>
<?php $layout->showi18n();?>
<?php $layout->showNotification(); ?> <?php $layout->showNotification(); ?>
<?php if($this->getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'top' ): ?> <?php if($this->getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'top' ): ?>
<!-- Menu dans le fond du site avant la bannière --> <!-- Menu dans le fond du site avant la bannière -->