Add match stats module

This commit is contained in:
Brian Miyaji
2015-07-17 15:30:40 +10:00
parent a9f8d2a0e1
commit f3c6a6878b

View File

@@ -29,6 +29,13 @@ class SP_Modules {
'icon' => 'sp-icon-calendar',
'desc' => __( 'Organize and publish calendars using different layouts.', 'sportspress' ),
),
'match_stats' => array(
'label' => __( 'Match Stats', 'sportspress' ),
'class' => 'SportsPress_Match_Stats',
'icon' => 'sp-icon-statistics',
'link' => 'http://tboy.co/stats',
'desc' => __( 'Display head-to-head team comparison charts in events.', 'sportspress' ),
),
'tournaments' => array(
'label' => __( 'Tournaments', 'sportspress' ),
'class' => 'SportsPress_Tournaments',