Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/old-website/wp-content/themes/erapress/ |
Upload File : |
<!-- ================================= Cursor Follow ==============================--> <div class="cursor-follow"></div> <!-- ================================= End ==============================--> <?php $hide_show_social_icon = get_theme_mod( 'hide_show_footer_social_icon','1'); ?> <footer class="footer-section main-footer footer-section-1 wow fadeInUp"> <h2 class="d-none">-</h2> <div class="container text-center"> <?php if ( is_active_sidebar( 'footer-1' ) ) : ?> <div class="row footer"> <?php dynamic_sidebar( 'footer-1'); ?> </div> <?php endif; ?> <div class="row footer-bottom <?php if($hide_show_social_icon !='1') echo 'justify-content-center'; ?>"> <div class="col-md-6"> <div class="widget-center text-center"> <div class="copyright-text"> <?php if ( function_exists( 'erapress_footer_group_first' ) ) : erapress_footer_group_first(); endif; ?> </div> </div> </div> <?php if($hide_show_social_icon =='1'){ ?> <div class="col-md-6"> <?php do_action('erapress_footer_social'); }?> </div> </div> </div> </footer> <!-- ScrollUp --> <?php $hs_scroller = get_theme_mod('hs_scroller','1'); $scroller_icon = get_theme_mod('scroller_icon','fa-arrow-up'); if($hs_scroller == '1') : ?> <a href="javascript: " class="scrollup" id="return-to-top" style=""><i class="fa <?php echo esc_attr($scroller_icon);?>"></i></a> <?php endif; ?> <!-- / --> </div> <?php wp_footer(); ?> </body> </html>