sometimes I do weird things

This commit is contained in:
Chris Punches
2018-01-29 22:46:03 -05:00
commit 5eb0189517
20 changed files with 2507 additions and 0 deletions

6
footer.php Executable file
View File

@@ -0,0 +1,6 @@
<footer id="footer" class="clearfix">
<div class="legal"><?php echo get_theme_mod( 'copyright_textbox', 'No copyright information has been saved yet.'); ?></div>
<div class="treat-block treat-block-footer"></div>
</footer>
<?php wp_footer(); ?>