File: /home/dwauav0tm6jp/hosted/natoinalparksquest_com/wp-content/themes/mercor/footer.php
<?php
footer();
global $data;
?>
<footer>
<div id="footer">
<div class="totop"><div class="gototop"><div class="arrowgototop"></div></div></div>
<div class="fshadow"></div>
<div id="footerinside">
<div class="footer_widget">
<div class="footer_widget1">
<?php dynamic_sidebar( 'footer1' ); ?>
<?php if($data['showsocialfooter']){ ?>
<div class="socialfooter">
<h3><?php echo stripText($data['translation_socialtitle']); ?></h3>
<div class="socialcategory"><?php socialLink() ?></div>
</div>
<?php } ?>
</div>
<div class="footer_widget2">
<?php dynamic_sidebar( 'footer2' ); ?>
</div>
<div class="footer_widget3">
<?php dynamic_sidebar( 'footer3' ); ?>
</div>
<div class="footer_widget4 last">
<?php dynamic_sidebar( 'footer4' ); ?>
</div>
</div>
</div>
<div id="footerbwrap">
<div id="footerb">
<div class="footernav">
<?php if ( has_nav_menu( 'footer-menu' ) ) { ?>
<?php wp_nav_menu( array( 'menu_class' => 'footernav','theme_location' => 'footer-menu' ) ); ?>
<?php } ?>
</div>
<div class="copyright">
<?php
echo stripslashes($data['copyright']); ?>
</div>
</div>
</div>
</div>
</footer>
<?php wp_footer(); ?>
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded',overlay_gallery: false,show_title: false,deeplinking:false});
});
</script>
<?php
if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
if(is_product()){
?>
<script>
jQuery('.images img').addClass('zoom');
<?php if(isset($data['woo_zoom'])){ ?>
jQuery(".zoom").elevateZoom({
zoomType : "lens",
lensShape : "window",
lensSize : 200
});
<?php }?>
</script>
<?php }} ?>
</body>
</html>