HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
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>