37798-vm/includes/footer.php
2026-01-25 11:21:00 +00:00

14 lines
370 B
PHP

<footer>
<div class="container">
<p>&copy; <?php echo date('Y'); ?> Logistic Pro. All rights reserved.</p>
<p>PHP Powered • Secure • Fast</p>
</div>
</footer>
<!-- Scripts -->
<!-- <script src="assets/js/main.js"></script> -->
<?php if (isset($extra_scripts)) echo $extra_scripts; ?>
</body>
</html>