File: /home/mmickelson/loveandlaughterpreschool.com/wp-content/themes/kindergarten/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Kindergarten
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php printf( __( 'Proudly powered by %s', 'kindergarten' ), 'WordPress' ); ?>
<span class="sep"> & </span>
<?php printf(
__( '%1$s by %2$s.', 'kindergarten' ),
__('Kindergarten WordPress Theme', 'kindergarten'),
'<strong><a href="http://dinozoom.com/">'.__('Dinozoom', 'kindergarten' ).'</a></strong>' ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<div id="back_top"><i class="fa fa-angle-up"></i></div>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>