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
echo '</div></div>';
echo '</footer>';
echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';
}
/**

View File

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