Testing bits, need to be undone

This commit is contained in:
Mike Francis 2015-04-01 17:33:54 +01:00
parent 358997dfcd
commit d0423353a0
5 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
<footer class="footer" role="contentinfo">
<!-- <footer class="footer" role="contentinfo">
<div class="container">
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
&copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
</div>
</footer>
</footer> -->
<?php wp_footer(); ?>
</body>
</html>