Skip to content
Snippets Groups Projects
Commit b3219897 authored by Jess Ward's avatar Jess Ward
Browse files

removed credits from footer

parent 5d07c4ee
No related branches found
No related tags found
No related merge requests found
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package Emphaino-jess
* @since Emphaino-jess 1.0
*/
?>
</div><!-- #main .site-main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<?php get_sidebar('footer'); ?>
<div id="bottom-bar">
<div class="footer-full-width">
&copy; <?php echo date("Y") . " " . get_bloginfo('name'); ?>
</div>
</div> <!-- #bottom-bar -->
</footer><!-- #colophon .site-footer -->
</div><!-- #page .hfeed .site -->
<?php if( get_theme_mod( 'disable_backtotop' ) != 'on' ): ?>
<a href="#" class="back-to-top icon-up-open-mini"></a>
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment