$theme ) { $total_theme_count++; $theme_key = esc_html( $theme['Stylesheet'] ); $class = ( 'alt' == $class ) ? '' : 'alt'; $class1 = $enabled = $disabled = ''; $enabled = $disabled = false; if ( isset( $allowed_themes[$theme_key] ) == true ) { $enabled = true; $activated_themes_count++; $class1 = 'active'; } else { $disabled = true; } ?>