Files
website/app/views/partials/footer.php
T
Riyyi a8056b66cc Initial commit
Couldnt keep the history unfortunately.
2021-03-03 17:55:48 +01:00

12 lines
182 B
PHP

<?php
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>
</div>
</footer>