36782-vm/includes/footer.php
2025-12-12 14:13:03 +00:00

6 lines
225 B
PHP

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