dj_mix_hosting_software/includes/footer.php
Cody Cook 8b4dfe0c0c
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 37s
Dark mode and other color enhancements to match
2024-05-13 19:38:06 -07:00

20 lines
835 B
PHP

<section>
<div class="container py-5">
<div class="col text-center">
<p><?php
echo "&copy; 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>