Viewing File: /home/maglabs/valvtec1/wp-content/themes/indobi/footer.php

<?php
/**
 * The template for displaying the footer
 *
 * @package indobi
 */
$indobi_data =get_option('indobi_data');
?>
</div><!-- #content -->
 <!-- footer -->
      <footer class="footer-bg footer-p pt-90">
         
       <?php if(isset ($indobi_data['indobi__opt-footer-text']) && $indobi_data['indobi__opt-footer-text'] !== '') { ?>	
         <?php $footer_text = $indobi_data['indobi__opt-footer-text'];?>
            
            <ul class="footer-widget weight">
                <?php
                    if ( is_active_sidebar( 'footer5' ) ) {
                        dynamic_sidebar( 'footer5' );
                    }
                ?>

            </ul>
           
            <?php if ( $indobi_data['indobi__opt-footer-widgets'] == 1) { ?>
                 <div class="footer-top pb-70 p-relative">
                     <!-- Lines -->
                    <div class="content-lines-wrapper2">
                        <div class="content-lines-inner2">
                            <div class="content-lines2"></div>
                        </div>
                    </div>
                   <!-- Lines -->
                    <div class="container">
                        <div class="row justify-content-between">
                            <?php get_template_part('template-parts/footer-separators');?>
                        </div>
                    </div>
                 </div>
            <?php } else { ?>
                <div class="footer-top wpding p-relative">
                    <div class="container">
                        <div class="row justify-content-between">   
                            <?php get_template_part('template-parts/footer-weight');?>
                        </div>
                    </div>
                </div>
            <?php } ?>
            <?php get_template_part('template-parts/footer-bar'); ?>
             <?php } else { ?>
                 <div class="footer-top wpding p-relative">
                    <div class="container">
                        <div class="row justify-content-between">   
                            <?php get_template_part('template-parts/footer-weight');?>
                        </div>
                    </div>
                 </div>
            <?php } ?> 
    </footer>
 <!-- footer-end -->
<?php wp_footer(); ?>
</body>

</html>


Back to Directory File Manager