mirror of
https://github.com/kennethreitz/wordpress-theme-skeleton.git
synced 2026-06-05 23:20:18 +00:00
11 lines
123 B
PHP
11 lines
123 B
PHP
</div>
|
|
<div id="footer">
|
|
<?php // Footer ?>
|
|
</div>
|
|
</div>
|
|
<div class="hide">
|
|
<?php wp_footer(); ?>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|