Bloc de drapeaux dans le menu
This commit is contained in:
parent
88f50b825c
commit
7245fb8804
@ -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 '<ul class="navMain" id="menuLeft">' . $itemsLeft . '</ul><ul class="navMain" id="menuRight">' . $itemsRight . '</ul>';
|
||||
echo $this->showi18n();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user