Current File : /home/pacjaorg/wpt.pacja.org/grants -mzee/wp-content/themes/bunify/footer.php |
</div>
<footer id="footer-section" class="footer-section footer_Style_1 footer_bg_img">
<?php
if ( is_active_sidebar( 'fasterly-footer-1','fasterly-footer-2', 'fasterly-footer-3' ) ) :
?>
<div class="container">
<div class="footer_main">
<div class="row main">
<?php if ( is_active_sidebar( 'fasterly-footer-1' ) ) : ?>
<div class="col-lg-4 col-md-6 col-12 wow fadeIn link_widget">
<?php dynamic_sidebar( 'fasterly-footer-1'); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'fasterly-footer-2' ) ) : ?>
<div class="col-lg-4 col-md-6 col-12 wow fadeIn link_widget">
<?php dynamic_sidebar( 'fasterly-footer-2'); ?>
<div class="shape-footer"></div>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'fasterly-footer-3' ) ) : ?>
<div class="col-lg-4 col-md-6 col-12 wow fadeIn link_widget">
<?php dynamic_sidebar( 'fasterly-footer-3'); ?>
<div class="shape-footer"></div>
</div>
<?php endif; ?>
</div>
</div>
</div>
<?php endif;
$fasterly_theme_hs_footer_copy = get_theme_mod('fasterly_theme_hs_footer_copy','1');
$fasterly_theme_fc_txt = get_theme_mod('fasterly_theme_fc_txt','Copyright © [current_year] [site_title] | Powered by [theme_author]');
$fasterly_theme_hs_footer_social = get_theme_mod('fasterly_theme_hs_footer_social','1');
$fasterly_theme_footer_social_ttl = get_theme_mod('fasterly_theme_footer_social_ttl');
if ( function_exists( 'fasterly_get_social_icon_default' ) ) :
$fasterly_theme_social_icons = get_theme_mod('fasterly_theme_footer_social_icons',fasterly_get_social_icon_default());
else:
$fasterly_theme_social_icons = get_theme_mod('fasterly_theme_footer_social_icons');
endif;
if($fasterly_theme_hs_footer_copy=='1'):
?>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 text-center">
<?php if ( ! empty( $fasterly_theme_fc_txt ) ){
$fasterly_copyright_allowed_tags = array(
'[current_year]' => date_i18n('Y'),
'[site_title]' => get_bloginfo('name'),
'[theme_author]' => sprintf(__('<a href="#" target="_blank">Bunny Themes</a>', 'bunify')),
);
?>
<div class="copyright">
<p>
<?php
echo apply_filters('fasterly_footer_copyright', wp_kses_post(fasterly_str_replace_assoc($fasterly_copyright_allowed_tags, $fasterly_theme_fc_txt)));
?>
</p>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
</footer>
<?php do_action('fasterly_top_scroller'); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>