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
|
// Fermeture du contenaire
|
||||||
echo '</div></div>';
|
echo '</div></div>';
|
||||||
echo '</footer>';
|
echo '</footer>';
|
||||||
|
echo $this->getData(['theme', 'footer', 'position']) === 'site'? '</div>' : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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();?>
|
||||||
|
Loading…
Reference in New Issue
Block a user