34915-vm/includes/footer.php
2025-10-14 07:40:18 +00:00

7 lines
284 B
PHP

<footer class="footer bg-dark text-white text-center py-3 mt-auto">
<div class="container">
<p>&copy; <?php echo date("Y"); ?> READY BUDDY. All Rights Reserved.</p>
<p><a href="admin_competitions.php" class="text-white-50">Admin Panel</a></p>
</div>
</footer>