File: //home/awaldron/public_html/archive/aime/wp-content/themes/upBootstrap3WP-master/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @author Matthias Thom | http://upplex.de
* @package upBootWP 1.1
*/
?>
</div><!-- #content -->
<div class="container">
<div class="row">
<div class="col-md-12">
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php do_action( 'upbootwp_credits' ); ?>
© <?php bloginfo('name'); ?> <?php the_time('Y') ?>
<span class="sep"> | </span>
<?php printf(__('Theme: %1$s by %2$s.', 'upbootwp' ), 'upBootWP', '<a href="http://upplex.de" rel="designer">upplex</a>'); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- .col-md-12 -->
</div><!-- .row -->
</div><!-- container -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>