updated footer to allow for widgets, updated css.

This commit is contained in:
Jacob Haddon
2020-06-29 19:18:54 -04:00
parent f755fd3541
commit 7a87a0a75a
3 changed files with 257 additions and 4 deletions

View File

@ -21,6 +21,7 @@
</div> <!-- #menu -->
<div id="footer">
<?php get_sidebar( 'footer' ); ?>
<?php wp_footer();?>
<?php if(melville_footer == show) {echo '<p class="credits">Made by <a href="http://madebyraygun.com">Raygun</a>, powered by <a href="http://wordpress.org/" rel="generator">WordPress</a></p>';}?>
</div><!--/footer-->