File "home-bfooter.php"
Full Path: /home/u109295205/domains/ala-tv.com/public_html/wp-content/themes/newsair/sections/home-bfooter.php
File size: 316 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The template for displaying editor choice section.
*
* @package Newsair
*/
if( is_active_sidebar('before_footer_widget_area')) { ?>
<!--Start Before Footer -->
<div class="col-md-12">
<?php dynamic_sidebar( 'before_footer_widget_area' ); ?>
<!--/End Before footer -->
</div>
<?php } ?>