Views: Put footer below the last content block

This commit is contained in:
Riyyi
2022-11-15 17:40:18 +01:00
parent 54eee2416a
commit 8d576a497b
14 changed files with 4 additions and 38 deletions
-4
View File
@@ -17,10 +17,6 @@
<?php if ($this->injectView != '') { ?>
<?= $this->partial($this->injectView); ?>
<?php } ?>
<?php if ($key === array_key_last($this->contents)) { ?>
<div class="pb-5"></div>
<?php } ?>
</div>
<?php } ?>