2025-06-29 12:11:07 +02:00

29 lines
1.1 KiB
PHP

</div>
<footer class="footer">
<div class="container">
<div class="footer-inner">
<nav class="footer-nav">
<ul class="footer-links">
<li><a href="<?php the_permalink("index:terms")?>">Terms of Service</a></li>
<li><a href="<?php the_permalink("index:contact")?>">Contact</a></li>
<li><a href="<?php the_permalink("index:faq")?>">FAQ</a></li>
<li><a href="<?php the_permalink("admin:home")?>">Dashboard</a></li>
</ul>
</nav>
<hr>
<div class="copyright">
<p>&copy;LycoReco</p>
</div>
</div>
</div>
</footer>
<script src="<?php echo ASSETS_PATH . '/js/main.js' ?>"></script>
<script src="<?php echo ASSETS_PATH . '/toastify/toastify-js.js' ?>"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<?php foreach($scripts as $script): ?>
<script src="<?php echo $script ?>"></script>
<?php endforeach; ?>
</body>
</html>