indentations
This commit is contained in:
parent
37b5e09c1c
commit
67b16b1039
@ -150,14 +150,14 @@
|
|||||||
<!-- footer -->
|
<!-- footer -->
|
||||||
<?php $this->showFooter();?>
|
<?php $this->showFooter();?>
|
||||||
|
|
||||||
<!-- Fin du site -->
|
<!-- Fin du site -->
|
||||||
<?php echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';?>
|
<?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>
|
||||||
|
|
||||||
<!-- Les scripts -->
|
|
||||||
<?php $this->showScript();?>
|
|
||||||
|
|
||||||
</body>
|
<!-- Les scripts -->
|
||||||
|
<?php $this->showScript();?>
|
||||||
|
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user