MOON
Server: Apache
System: Linux ip-208-109-13-31.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els4.x86_64 #1 SMP Sat Aug 31 06:58:57 UTC 2024 x86_64
User: durgeshpandey215 (1013)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /home/durgeshpandey215/www/zeeroprice.skilladders.com/footer.php
	<!-- start-smoth-scrolling -->
	<script src="<?=HTTP_SERVER;?>js/SmoothScroll.min.js"></script>
	<script type="text/javascript" src="<?=HTTP_SERVER;?>js/move-top.js"></script>
	<script type="text/javascript" src="<?=HTTP_SERVER;?>js/easing.js"></script>
	<script type="text/javascript">
		jQuery(document).ready(function($) {
			$(".scroll").click(function(event){		
				event.preventDefault();
				$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
			});
		});
	</script>


 <!-- End page content -->
</div>
</div>

<script>
// Get the Sidebar
var mySidebar = document.getElementById("mySidebar");

// Get the DIV with overlay effect
var overlayBg = document.getElementById("myOverlay");

// Toggle between showing and hiding the sidebar, and add overlay effect
function w3_open() {
  if (mySidebar.style.display === 'block') {
    mySidebar.style.display = 'none';
    overlayBg.style.display = "none";
  } else {
    mySidebar.style.display = 'block';
    overlayBg.style.display = "block";
  }
}

// Close the sidebar with the close button
function w3_close() {
  mySidebar.style.display = "none";
  overlayBg.style.display = "none";
}
</script>
<footer class="w3-container w3-padding-16 w3-black" style="text-align:right;">
<a href="<?=HTTP_SERVER;?>buyer.php">Buyer</a> | 
<a href="<?=HTTP_SERVER;?>seller.php">Seller</a> | 
<a href="<?=HTTP_SERVER;?>executive.php">Executive</a> | 
<a href="<?=HTTP_SERVER;?>about-us.php">About Us</a> | 
<a href="<?=HTTP_SERVER;?>faq.php">FAQ</a> | 
<a href="<?=HTTP_SERVER;?>contact-us.php">Contact Us</a> <br/>






<a href="<?=HTTP_SERVER;?>privacy-policy.php">Privacy Policy</a> | 
<a href="<?=HTTP_SERVER;?>Terms-and-conditions.php">Terms & Conditions</a> | 
<a href="<?=HTTP_SERVER;?>cancellation.php">Cancellation/Refund Policy</a> | 
Copyright &copy; <?=date('Y');?> | <?php echo $_SERVER['HTTP_HOST']; ?>
</footer>
<!-- following line is for jquery functions DO NOT DELETE -->
<input type="hidden" id="HTTP_SERVER" value="<?=HTTP_SERVER;?>"/>