35861-vm/includes/footer.php
Flatlogic Bot f05220da7c tre
2025-11-19 23:45:40 +00:00

16 lines
558 B
PHP

</div> <!-- .content-wrapper -->
</div> <!-- .admin-container -->
<!-- Footer -->
<footer class="footer">
<div class="container-fluid">
<p class="mb-0">&copy; <?php echo date("Y"); ?> PromoPass. All Rights Reserved. Built with Flatlogic.</p>
</div>
</footer>
<!-- Bootstrap 5 JS Bundle -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="/assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>