File: /home/heewonvps_17/drug-injury-lawyer.com/wp-content/themes/master/footer-mobile.php
<?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 id="footer" xmlns="http://www.w3.org/1999/html">
<div id="address_block">
<?php dynamic_sidebar('Fourth Footer Widget Area'); ?>
</div><!-- #address_block -->
</div><!-- #footer -->
<div id="footerBottom">
<div id="legalese">
<p class="inline-block">Copyright © <?php echo date('Y'); ?> by <a href="https://plus.google.com/108954737657248266477" target="_blank" rel="author">Ronald B. Laba</a>. All rights reserved.</p>
<p class="inline-block"><a href="/site-map/">Site Map</a> | <a href="/disclaimer/">Disclaimer</a> | <a target="_blank" href="https://plus.google.com/b/109851110016733477587/109851110016733477587/posts" rel="nofollow"><img style=" position: relative; top: 2px;" width="16" height="16" src="http://www.google.com/images/icons/ui/gprofile_button-16.png" /></a></p>
<p><a href="<?php echo $_SERVER['REQUEST_URI'].'?view=classic'; ?>">View Classic</a></p>
</div><!-- #legalese -->
</div><!-- #footerBottom -->
</div><!-- #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>