une ligne déplacée

This commit is contained in:
Fred Tempez 2021-10-25 17:54:59 +02:00
parent 2ae3afb47f
commit 9aeb4e1881
2 changed files with 1 additions and 1 deletions

View File

@ -1392,6 +1392,7 @@ class common {
// Fermeture du contenaire // Fermeture du contenaire
echo '</div></div>'; echo '</div></div>';
echo '</footer>'; echo '</footer>';
echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';
} }
/** /**

View File

@ -140,7 +140,6 @@
<?php $this->showSection();?> <?php $this->showSection();?>
<!-- footer --> <!-- footer -->
<?php $this->showFooter();?> <?php $this->showFooter();?>
<?php echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';?>
<!-- Lien remonter en haut --> <!-- Lien remonter en haut -->
<div id="backToTop"><?php echo template::ico('up'); ?></div> <div id="backToTop"><?php echo template::ico('up'); ?></div>
<?php $this->showScript();?> <?php $this->showScript();?>