Display league tables on team pages close #44

This commit is contained in:
Brian Miyaji
2014-08-25 00:17:26 +10:00
parent 0e7d8994fe
commit e29cfbe8e5
12 changed files with 198 additions and 169 deletions

View File

@@ -173,17 +173,17 @@ if ( ! function_exists( 'sportspress_output_team_link' ) ) {
sp_get_template( 'team-link.php' );
}
}
if ( ! function_exists( 'sportspress_output_team_columns' ) ) {
if ( ! function_exists( 'sportspress_output_team_tables' ) ) {
/**
* Output the team columns.
* Output the team tables.
*
* @access public
* @subpackage Team/Columns
* @subpackage Team/Tables
* @return void
*/
function sportspress_output_team_columns() {
sp_get_template( 'team-columns.php' );
function sportspress_output_team_tables() {
sp_get_template( 'team-tables.php' );
}
}
if ( ! function_exists( 'sportspress_output_team_lists' ) ) {