Antikythera/footer.php

7 lines
270 B
PHP
Raw Permalink Normal View History

2018-01-30 03:46:03 +00:00
<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(); ?>