WP Theme and Plugin Added

This commit is contained in:
2026-02-12 18:58:24 +01:00
parent 7dc43bef26
commit aef2ef7c14
16 changed files with 1631 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php if (!defined('ABSPATH')) exit; ?>
<footer class="footer">
<span class="muted"><?php echo esc_html(get_bloginfo('name')); ?> · Theme v<?php echo esc_html(wp_get_theme()->get('Version')); ?></span>
</footer>
</main>
</div>
<!-- Toast container (for app.js) -->
<div class="toasts" aria-live="polite" aria-relevant="additions"></div>
<?php wp_footer(); ?>
</body>
</html>