false, 'second-footer-widgets' => false, 'third-footer-widgets' => false, 'fourth-footer-widgets' => false, ); $footer_count = 0; $footer_section_class = ""; foreach ( $footer_sections as $footer_section => $active ) { if ( is_active_sidebar( $footer_section ) ) { $footer_sections[$footer_section] = true; $footer_count++; }//if is_active_sidebar }//for each switch ( $footer_count ) { case 1: $footer_section_class = "absolutte-footer-1-column"; break; case 2: $footer_section_class = "absolutte-footer-2-column"; break; case 3: $footer_section_class = "absolutte-footer-3-column"; break; default: $footer_section_class = "absolutte-footer-3-column"; break; } ?>