File: /home/z/w/a/zwafgyp/coolswim/wp-content/themes/landing-pageasy/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package landing Lite
*/
?>
<footer id="site-footer" role="contentinfo">
<?php if ( is_active_sidebar( 'footer-first' ) || is_active_sidebar( 'footer-second' ) || is_active_sidebar( 'footer-third' ) ) { ?>
<div class="container">
<div class="footer-widgets">
<div class="footer-widget">
<?php if ( is_active_sidebar( 'footer-first' ) ) : ?>
<?php dynamic_sidebar( 'footer-first' ); ?>
<?php endif; ?>
</div>
<div class="footer-widget">
<?php if ( is_active_sidebar( 'footer-second' ) ) : ?>
<?php dynamic_sidebar( 'footer-second' ); ?>
<?php endif; ?>
</div>
<div class="footer-widget last">
<?php if ( is_active_sidebar( 'footer-third' ) ) : ?>
<?php dynamic_sidebar( 'footer-third' ); ?>
<?php endif; ?>
</div>
</div>
</div>
<?php }?>
<div class="copyrights">
<div class="container">
<div class="row" id="copyright-note">
<span>
<?php echo '© '.date_i18n(__('Y','landing-pageasy')); ?> <?php bloginfo( 'name' ); ?>
<!-- Delete below lines to remove copyright from footer -->
<span class="footer-info-right">
<?php echo __(' | Theme Design by', 'landing-pageasy') ?> <a rel="nofollow" href="<?php echo esc_url('https://superbthemes.com/', 'landing-pageasy'); ?>"><?php echo __('SuperbThemes.com', 'landing-pageasy') ?></a>
</span>
<!-- Delete above lines to remove copyright from footer -->
</span>
</div>
</div>
</div>
</footer><!-- #site-footer -->
<?php wp_footer(); ?>
</body>
</html>