Fix : erreur de position de div (hors du test php) qui créait une erreur si pas de plugin translation.
This commit is contained in:
parent
1142bc79ae
commit
a5d1007765
3 changed files with 3 additions and 6 deletions
|
@ -80,7 +80,6 @@
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
/*____________ Article Title ____________*/
|
/*____________ Article Title ____________*/
|
||||||
|
|
||||||
/*__ Style pur __*/
|
/*__ Style pur __*/
|
||||||
|
|
||||||
.kharticle h1 {
|
.kharticle h1 {
|
||||||
|
|
|
@ -73,7 +73,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.showSidebar #dokuwiki__content, #dokuwiki__content {
|
.showSidebar #dokuwiki__content, #dokuwiki__content {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
7
main.php
7
main.php
|
@ -101,9 +101,9 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
||||||
<img src="<?php echo tpl_basedir(); ?>/images/lang.svg" alt"icone"></img>
|
<img src="<?php echo tpl_basedir(); ?>/images/lang.svg" alt"icone"></img>
|
||||||
<?php
|
<?php
|
||||||
echo $translation->showTranslations();
|
echo $translation->showTranslations();
|
||||||
|
echo "</div>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- searchtool-->
|
<!-- searchtool-->
|
||||||
<div class="searchtool nomobile">
|
<div class="searchtool nomobile">
|
||||||
|
@ -241,10 +241,9 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
||||||
<img src="<?php echo tpl_basedir(); ?>/images/lang.svg" alt"icone"></img>
|
<img src="<?php echo tpl_basedir(); ?>/images/lang.svg" alt"icone"></img>
|
||||||
<?php
|
<?php
|
||||||
echo $translation->showTranslations();
|
echo $translation->showTranslations();
|
||||||
|
echo "</div>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- searchtool-->
|
<!-- searchtool-->
|
||||||
<div class="searchtool nomobile">
|
<div class="searchtool nomobile">
|
||||||
<?php tpl_searchform(); ?>
|
<?php tpl_searchform(); ?>
|
||||||
|
|
Loading…
Reference in a new issue