forked from ZwiiCMS-Team/ZwiiCMS
une ligne déplacée
This commit is contained in:
parent
2ae3afb47f
commit
9aeb4e1881
@ -1392,6 +1392,7 @@ class common {
|
||||
// Fermeture du contenaire
|
||||
echo '</div></div>';
|
||||
echo '</footer>';
|
||||
echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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();?>
|
||||
|
Loading…
Reference in New Issue
Block a user