33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<footer>
|
|
<div class="container py-5">
|
|
<!-- Navigation Links -->
|
|
<div class="row mb-3">
|
|
<div class="col text-center">
|
|
<ul class="list-inline">
|
|
<li class="list-inline-item"><a href="/contact">Contact Us</a></li>
|
|
<li class="list-inline-item"><a href="/privacy">Privacy Policy</a></li>
|
|
<!-- Uncomment the following line once you have a Terms & Conditions page -->
|
|
<!-- <li class="list-inline-item"><a href="/terms">Terms & Conditions</a></li> -->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Copyright Text -->
|
|
<div class="row mb-2">
|
|
<div class="col text-center">
|
|
<p><?php echo "© 2008 - " . date('Y') . " " . $locale['allrightsreserved']; ?></p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Software Credit -->
|
|
<div class="row">
|
|
<div class="col text-center">
|
|
<p>Created using <a href="https://gitea.threefifteen.info/cody/dj_mix_hosting_software">DJ Mix Hosting Software</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js" integrity="sha512-7Pi/otdlbbCR+LnW+F7PwFcSDJOuUJB3OxtEHbg4vSMvzvJjde4Po1v4BR9Gdc9aXNUNFVUY+SK51wWT8WF0Gg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
</body>
|
|
</html>
|