wenpai.org/wp-content/themes/p2023/footer.php
2024-06-21 23:57:39 +08:00

17 lines
241 B
PHP

<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package p2020
*/
?>
</div><!-- #main-wrapper -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>