' . $caption . '' . '
' . '' . '' . ''; foreach ( $labels as $key => $label ) : if ( isset( $hide_teams ) && 'team' == $key ) { continue; } $output .= ''; endforeach; $output .= '' . '' . ''; $i = 0; foreach ( $data as $season_id => $row ) : $output .= ''; foreach ( $labels as $key => $value ) : if ( isset( $hide_teams ) && 'team' == $key ) { continue; } $output .= ''; endforeach; $output .= ''; $i++; endforeach; $output .= '' . '
' . $label . '
' . sp_array_value( $row, $key, '' ) . '
' . '
'; ?>