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
*/
public function showContent() {
$this->showi18n();
if(
$this->core->output['title']
AND (

View File

@ -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 {

View File

@ -30,7 +30,6 @@ $lan = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); ?>
<?php if($this->getUser('group') > self::GROUP_MEMBER): ?>
<?php $layout->showBar(); ?>
<?php endif;?>
<?php $layout->showi18n();?>
<?php $layout->showNotification(); ?>
<?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 -->