| Server IP : 217.160.0.251 / Your IP : 216.73.216.183 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u94981163 ( 8991765) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/15/d754908516/htdocs/wp-content/themes/_est-project/ |
Upload File : |
</main>
<?php if ( is_active_sidebar( 'first-footer-sidebar' ) || is_active_sidebar( 'second-footer-sidebar' ) || is_active_sidebar( 'third-footer-sidebar' ) || is_active_sidebar( 'fourth-footer-sidebar' ) ) : ?>
<div class="footer-full-width <?php echo est_project_setting( 'color_footer_theme' );?>">
<div class="bottom-sidebar siteWidth <?php echo est_project_setting( 'color_footer_theme' );?>">
<?php if ( is_active_sidebar( 'first-footer-sidebar' ) ) { dynamic_sidebar( 'first-footer-sidebar' ); }?>
<?php if ( is_active_sidebar( 'second-footer-sidebar' ) ) { dynamic_sidebar( 'second-footer-sidebar' ); }?>
<?php if ( is_active_sidebar( 'third-footer-sidebar' ) ) { dynamic_sidebar( 'third-footer-sidebar' ); }?>
<?php if ( is_active_sidebar( 'fourth-footer-sidebar' ) ) { dynamic_sidebar( 'fourth-footer-sidebar' ); }?>
</div>
</div>
<?php endif; ?>
<footer class="<?php echo est_project_setting( 'color_footer_theme' );?>">
<div class="footer siteWidth">
<?php if ( ! empty( est_project_setting( 'general_copyright' ) ) ):?>
<div class="footer__copyright">
<?php echo est_project_setting( 'general_copyright' ); ?>
</div>
<?php endif;?>
<?php
if (has_nav_menu('footer_menu'))
wp_nav_menu( array(
'menu' => 'footer_menu',
'theme_location' => 'footer_menu',
'menu_class' => 'footer__menu',
'depth' => 1,
) );
?>
<?php if (!empty(est_project_setting('social_facebook')) || !empty(est_project_setting('social_google_plus')) || !empty(est_project_setting('socialedin'))
|| !empty(est_project_setting('social_twitter'))
): ?>
<div class="footer__socials">
<?php if ( ! empty( est_project_setting('social_facebook' ) ) ): ?>
<a href="<?php echo est_project_setting('social_facebook' ); ?>" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<?php endif; ?>
<?php if ( ! empty( est_project_setting('social_google_plus' ) ) ): ?>
<a href="<?php echo est_project_setting('social_google_plus' ); ?>" target="_blank">
<i class="fa fa-google-plus"></i>
</a>
<?php endif; ?>
<?php if ( ! empty( est_project_setting('social_linkedin' ) ) ): ?>
<a href="<?php echo est_project_setting('social_linkedin' ); ?>" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<?php endif; ?>
<?php if ( ! empty( est_project_setting('social_twitter' ) ) ): ?>
<a href="<?php echo est_project_setting('social_twitter' ); ?>" target="_blank">
<i class="fa fa-tumblr" aria-hidden="true"></i>
</a>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
</footer>
<?php wp_footer();?>
</body>
</html>