7 lines
270 B
PHP
7 lines
270 B
PHP
|
|
||
|
<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(); ?>
|