File: /home/heewonvps_17/drug-injury-lawyer.com/wp-content/themes/master/footer.php
<?
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package WordPress
* @subpackage Master Theme
*/
?>
</div><!-- #main -->
<div id="footer-wrapper">
<div id="footer" role="contentinfo">
<div id="colophon">
<?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with four columns of widgets.
*/
get_sidebar( 'footer' );
?>
</div><!-- #colophon -->
<footer>
<div id="footer-info-wrapper">
<div id="footer_info">
<?php dynamic_sidebar('Geography Block'); ?>
© <?php echo date('Y'); ?> <a href="https://plus.google.com/108954737657248266477" rel="author" target="_blank">Law Offices of Ronald B. Laba</a>. | <a href="/sitemap/">Sitemap</a> | <a href="/disclaimer/">Disclaimer</a> | <a href="https://plus.google.com/b/109851110016733477587/109851110016733477587/posts" rel="publisher" target="_blank">Google Places</a> | <div class="g-plusone" data-size="small"></div>
<!-- a href="/reviews/" style="dsplay: block; float: right; background: url('/wp-content/themes/master/images/learn2.png') no-repeat top; line-height: 55px; width: 159px; height: 55px; text-align: center; color: #fff; font-weight: bold; font-size: 20px !important;">Add a Review</a -->
<div class="clear"></div>
</div><!-- #footer_info -->
</div><!-- #footer-info-wrapper -->
</footer>
</div><!-- #footer -->
</div><!-- #footer_wrapper -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
</body>
</html>