Sindbad~EG File Manager

Current Path : /home/frekansk/www/wp-content/themes/turitor/template-parts/footer/
Upload File :
Current File : /home/frekansk/www/wp-content/themes/turitor/template-parts/footer/footer-style-1.php

<?php 

   if ( defined( 'FW' ) ) { 

      $turitor_back_to_top          = turitor_option('back_to_top');
      $turitor_mailchimp_short_code = '';
      $turitor_mailchimp_short_code =    turitor_option("footer_mailchimp");

   }else{

      $turitor_back_to_top          = 'no';
      $turitor_mailchimp_short_code = '';

   }
     
   ?> 

    <?php if(defined( 'FW' )): ?>
      <div class="newsletter-area">
         <?php if( $turitor_mailchimp_short_code!='' ): ?>  
               
               <?php  echo do_shortcode($turitor_mailchimp_short_code);  ?>  
            
         <?php endif; ?>
      </div>
      <?php endif; ?>

      <footer class="ts-footer solid-bg-two" >
            <div class="container">
            <?php if(defined( 'FW' )): ?>

               <?php if( is_active_sidebar('footer-left') || is_active_sidebar('footer-two') || is_active_sidebar('footer-three') || is_active_sidebar('footer-four') ): ?> 
                  <div class="row">
                    
                     <div class="col-lg-3 col-md-6 col-sm-12">
                        <?php  dynamic_sidebar( 'footer-left' ); ?>
                    </div>
                     <div class="col-lg-3 col-md-6 col-sm-12">
                        <?php  dynamic_sidebar( 'footer-two' ); ?>
                     </div>
                     <div class="col-lg-3 col-md-6 col-sm-12">
                        <?php  dynamic_sidebar( 'footer-three' ); ?>
                     </div>
                     <div class="col-lg-3 col-md-6 col-sm-12">
                        <?php  dynamic_sidebar( 'footer-four' ); ?>
                     </div>
                
                     <!-- end col -->
                  </div>
                  <div class='footer-bar'> </div>
               <?php endif; ?>   
            <?php endif; ?> 
             
                  <div class="row copyright">
                     <div class="col-md-2 align-self-center">
                          <a class="footer-logo" href="<?php echo esc_url( home_url('/')); ?>">
                                    <img src="<?php 
                                       echo esc_url(
                                          turitor_src(
                                             'general_footer_logo',
                                             TURITOR_IMG . '/logo/logo.png'
                                          )
                                       );
                                    ?>" alt="<?php bloginfo('name'); ?>">
                           </a>
                     </div>
                     <div class="col-md-5 align-self-center">
                       <p class="copyright-text">
                           <?php 
                              
                              $turitor_copyright_text = turitor_option('footer_copyright', 'Copyright © 2020 Turitor. All Right Reserved.');
                              echo turitor_kses($turitor_copyright_text);  
                           ?>
                        </p>
                     </div>
                     <div class="col-md-5 align-self-center">
                        <?php if ( defined( 'FW' ) ) : ?>   
                           <?php get_template_part( 'template-parts/navigations/nav', 'footer' ); ?>
                         <?php endif; ?>   
                     </div>
               </div>
           </div>
      </footer>
        <!-- end footer -->
   <?php if($turitor_back_to_top=="yes"): ?>
      <div class="BackTo">
         <a href="#" class="fas fa-angle-up" aria-hidden="true"></a>
      </div>
   <?php endif; ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists