Files
papa-kind-treff.info/partials/structure/layout_end.php
Lars Gebhardt-Kusche 2e800d4839
All checks were successful
Deploy / deploy (push) Successful in 51s
new build
2026-07-22 21:40:34 +02:00

15 lines
551 B
PHP
Executable File

<footer class="site-footer">
<div class="container site-footer__inner">
<nav class="site-footer__links" aria-label="Footer">
<a href="/impressum">Impressum</a>
<a href="/datenschutz">Datenschutz &amp; Cookies</a>
<a href="/ueber-uns">Über uns</a>
<button class="site-footer__link-button" type="button" data-consent-open>Cookie-Einstellungen</button>
</nav>
<p class="site-footer__copy">© Copyright <?= date('Y') ?> - Lars Gebhardt-Kusche</p>
</div>
</footer>
<?php asset_scripts('footer'); ?>
</body>
</html>