Position des drapeaux dans content
This commit is contained in:
parent
1828d9c7a3
commit
793860f7d1
@ -2318,6 +2318,7 @@ class layout extends common {
|
||||
* @param Page par défaut
|
||||
*/
|
||||
public function showContent() {
|
||||
$this->showi18n();
|
||||
if(
|
||||
$this->core->output['title']
|
||||
AND (
|
||||
|
@ -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 {
|
||||
|
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user