????JFIF??x?x????'
| Server IP : 104.21.30.238  /  Your IP : 216.73.216.83 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/./tempvsty/./peepmysite.com/wp-content/themes/himalayas/ | 
| Upload File : | 
<?php
/**
 * Theme Footer Section for our theme.
 *
 * Displays all of the footer section and closing of the #page div.
 *
 * @package    ThemeGrill
 * @subpackage Himalayas
 * @since      Himalayas 1.0
 */
?>
<?php $himalayas_footer_layout = get_theme_mod( 'himalayas_footer_layout', 'footer-layout-one' ); ?>
<footer id="colophon" class="footer-with-widget <?php echo $himalayas_footer_layout; ?>">
	<?php get_sidebar( 'footer' );
	if ( $himalayas_footer_layout == 'footer-layout-two' && function_exists( 'the_custom_logo' ) ) { ?>
		<div class="footer-logo">
			<?php the_custom_logo(); ?>
		</div>
	<?php } ?>
	<div id="bottom-footer">
		<div class="tg-container">
			<?php do_action( 'himalayas_footer_copyright' ); ?>
			<div class="footer-nav">
				<?php if ( has_nav_menu( 'footer' ) ) {
					wp_nav_menu( array(
						'theme_location' => 'footer',
						'container_id'   => $himalayas_footer_layout,
						'depth'          => - 1,
						'fallback_cb'    => false,
					) );
				} ?>
			</div>
		</div>
	</div>
</footer>
<a href="#" class="scrollup"><i class="fa fa-angle-up"> </i> </a>
</div> <!-- #Page -->
<?php wp_footer(); ?>
</body>
</html>