File: /home/bristolfilton.co.uk/public_html/wp-content/themes/Kent/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package fabthemes
* @since fabthemes 1.0
*/
?>
</div>
</div><!-- #main .site-main -->
<div id="bottom" class="container_12 clearfix">
<ul class="clearfix">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar("Footer") ) : ?>
<?php endif; ?>
</ul>
</div>
<footer id="colophon" class="site-footer container_12" role="contentinfo">
<div class="site-info">
<div class="fcred">
Copyright © <?php echo date('Y');?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a> - <?php bloginfo('description'); ?>.<br />
</div>
</div><!-- .site-info -->
</footer><!-- #colophon .site-footer -->
</div><!-- #page .hfeed .site -->
<?php wp_footer(); ?>
</body>
</html>