indentations

This commit is contained in:
Fred Tempez 2021-10-25 18:08:43 +02:00
parent 37b5e09c1c
commit 67b16b1039
1 changed files with 8 additions and 8 deletions

View File

@ -150,14 +150,14 @@
<!-- footer -->
<?php $this->showFooter();?>
<!-- Fin du site -->
<?php echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';?>
<!-- Fin du site -->
<?php echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';?>
<!-- Lien remonter en haut -->
<div id="backToTop"><?php echo template::ico('up'); ?></div>
<!-- Les scripts -->
<?php $this->showScript();?>
<!-- Lien remonter en haut -->
<div id="backToTop"><?php echo template::ico('up'); ?></div>
</body>
<!-- Les scripts -->
<?php $this->showScript();?>
</body>
</html>