diff --git a/templates/event-performance.php b/templates/event-performance.php index 564e16c8..5a754bdb 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -265,11 +265,11 @@ if ( is_array( $teams ) ): ) ); } } - } - if ( $show_staff ): - sp_get_template( 'event-staff.php', array( 'id' => $id, 'index' => $index ) ); - endif; + if ( $show_staff ): + sp_get_template( 'event-staff.php', array( 'id' => $id, 'index' => $index ) ); + endif; + } ?>