6 lines
225 B
PHP
6 lines
225 B
PHP
<footer class="text-center py-4 mt-auto text-muted bg-light">
|
|
<div class="container">
|
|
<p class="mb-0">© <?php echo date("Y"); ?> <?php echo t('footer_text'); ?>. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|