* @copyright Copyright (c) 2018, Chris Baldelomar * @link https://webplantmedia.com/product/brimstone-wordpress-theme/ * @license http://www.gnu.org/licenses/gpl-2.0.html */ $footer_1 = is_active_sidebar( 'footer-1' ); $footer_2 = is_active_sidebar( 'footer-2' ); $footer_3 = is_active_sidebar( 'footer-3' ); $has_footer_widgets = false; if ( $footer_1 || $footer_2 || $footer_3 ) { $has_footer_widgets = true; } $column = 1; ?>