Sindbad~EG File Manager

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

<?php 

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

     
   ?> 
   
      <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-center') || is_active_sidebar('footer-right') ): ?> 
                     <div class="row">
                        <div class="col-lg-2 col-md-2 col-sm-12">
                           <?php  dynamic_sidebar( 'footer-left' ); ?>
                     </div>
                        <div class="col-lg-7 col-md-7 col-sm-12">
                           <?php  dynamic_sidebar( 'footer-center' ); ?>
                        </div>
                        <div class="col-lg-3 col-md-3 col-sm-12">
                        <?php if( shortcode_exists('mc4wp_form') && $turitor_mailchimp_short_code!='' ): ?>  
                           <div class="ts-subscribe">
                                    <?php  echo do_shortcode($turitor_mailchimp_short_code);  ?>  
                           </div>  
                        <?php endif; ?>
                        </div>
                        <!-- end col -->
                     </div>
                     <div class='footer-bar'> </div>
                  <?php endif; ?>   
               <?php endif; ?> 
             
                  <div class="row copyright">
                     <div class="col-lg-6 col-md-6">
                       <div class="copyright-text">
                           <?php 
                              
                              $turitor_copyright_text = turitor_option('footer_copyright', 'Copyright © 2020 Turitor. All Right Reserved.');
                              echo turitor_kses($turitor_copyright_text);  
                           ?>
                        </div>
                     </div>
                     <div class="col-lg-6 col-md-5">
                     <?php if ( defined( 'FW' ) ) : ?>   
                           <div class="footer-social">
                              <ul>
                              <?php 
                                    $turitor_social_links = turitor_option('footer_social_links',[]);                         
                                    foreach($turitor_social_links as $turitor_sl):
                                    $turitor_class = 'ts-' . str_replace('fa fa-', '', $turitor_sl['icon_class']);
                                    ?>
                                    <li class="<?php echo esc_attr($turitor_class); ?>">
                                          <a href="<?php echo esc_url($turitor_sl['url']); ?>">
                                             <i class="<?php echo esc_attr($turitor_sl['icon_class']); ?>"></i>
                                          </a>
                                    </li>
                                 <?php endforeach; ?>
                              </ul>
                        <?php endif; ?>     
                         </div>
                     </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