Co-authored-by: blaerf <blaerf@gmx.de> Reviewed-on: https://git.eckertplayground.de/taarly/PHP_AdminTool_Projekt/pulls/8
13 lines
274 B
PHP
13 lines
274 B
PHP
<?php
|
|
// public/views/partials/footer.php
|
|
?>
|
|
|
|
|
|
<footer class="sticky-footer bg-white">
|
|
<div class="container my-auto">
|
|
<div class="copyright text-center my-auto">
|
|
<span>© AD Admin Tool <?= date('Y') ?></span>
|
|
</div>
|
|
</div>
|
|
</footer>
|