first commit

This commit is contained in:
2026-05-14 12:44:25 +02:00
commit 8e2b11a3a0
62 changed files with 10160 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package PKMP
*/
?>
<footer id="colophon" class="site-footer">
<div class="site-info">
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>