Files
papa-kind-treff.info/partials/structure/layout_end.php
Lars Gebhardt-Kusche eb16827fdf
All checks were successful
Deploy / deploy (push) Successful in 51s
community und dsgvo
2026-07-22 21:29:50 +02:00

14 lines
492 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="/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>