WP Theme and Plugin Added
This commit is contained in:
14
juconnect-strict-theme-v3/juconnect-strict/footer.php
Normal file
14
juconnect-strict-theme-v3/juconnect-strict/footer.php
Normal 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>
|
||||
Reference in New Issue
Block a user