14 lines
370 B
PHP
14 lines
370 B
PHP
|
|
<footer>
|
|
<div class="container">
|
|
<p>© <?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>
|