dj_mix_hosting_software/includes/footer.php

25 lines
No EOL
731 B
PHP

<section style="background-color: #eee;">
<div class="container py-5">
<div class="row">
<div class="col text-center">
<p><?php
// copyright
echo "&copy; 2008 - ";
echo date('Y');
echo " " . $locale['allrightsreserved'];
?></p>
</div>
</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="../js/bootstrap.bundle.min.js"></script>
</body>
</html>