20 lines
835 B
PHP
20 lines
835 B
PHP
<section>
|
|
<div class="container py-5">
|
|
<div class="col text-center">
|
|
<p><?php
|
|
echo "© 2008 - ";
|
|
echo date('Y');
|
|
echo " " . $locale['allrightsreserved'];
|
|
?></p>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col text-center">
|
|
Created using <a href="https://gitea.threefifteen.info/cody/dj_mix_hosting_software">DJ Mix Hosting Software</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<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>
|