16 lines
558 B
PHP
16 lines
558 B
PHP
</div> <!-- .content-wrapper -->
|
|
</div> <!-- .admin-container -->
|
|
|
|
<!-- Footer -->
|
|
<footer class="footer">
|
|
<div class="container-fluid">
|
|
<p class="mb-0">© <?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>
|