Enable individual sport mode

This commit is contained in:
Brian Miyaji
2014-06-19 15:37:16 +10:00
parent cdf74285d5
commit 33069f395d
12 changed files with 217 additions and 124 deletions

View File

@@ -53,6 +53,16 @@ class SP_Settings_General extends SP_Settings_Page {
'type' => 'select',
'options' => $presets,
),
array(
'title' => __( 'Mode', 'sportspress' ),
'id' => 'sportspress_mode',
'default' => 'team',
'type' => 'select',
'options' => array(
'team' => __( 'Team', 'sportspress' ),
'player' => __( 'Individual', 'sportspress' ),
),
),
array(
'title' => __( 'Google Maps', 'sportspress' ),