12345678910111213141516171819 |
- <?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 WordPress
- * @subpackage Quadrat
- * @since 1.0.0
- */
- ?>
- <?php wp_footer(); ?>
- </body>
- </html>
|