Display event team logos via template

This commit is contained in:
Brian Miyaji
2014-10-21 02:28:59 +11:00
parent cf17257881
commit 183ce65dda
3 changed files with 29 additions and 17 deletions

View File

@@ -70,6 +70,20 @@ if ( ! function_exists( 'sportspress_taxonomy_archive_description' ) ) {
/** Single Event ********************************************************/
if ( ! function_exists( 'sportspress_output_event_logos' ) ) {
/**
* Output the event logos.
*
* @access public
* @subpackage Event/Logos
* @return void
*/
function sportspress_output_event_logos() {
sp_get_template( 'event-logos.php' );
}
}
if ( ! function_exists( 'sportspress_output_event_video' ) ) {
/**