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
+3 -5
View File
@@ -2,10 +2,8 @@
use App\Classes\Config;
?>
<footer class="mb-4">
<div class="row">
<div class="col-12 col-lg-12">
&copy; <?= date('Y'); ?> Rick van Vonderen
</div>
<footer class="row mb-2">
<div class="col-12">
&copy; <?= date('Y'); ?> Rick van Vonderen
</div>
</footer>