Enable linking teams in new window/tab

This commit is contained in:
Brian Miyaji
2014-10-19 17:33:50 +11:00
parent f88adc3c3c
commit 548f1183e0
2 changed files with 10 additions and 2 deletions

View File

@@ -48,6 +48,14 @@ class SP_Settings_Teams extends SP_Settings_Page {
'type' => 'checkbox',
),
array(
'title' => __( 'Visit Site', 'sportspress' ),
'desc' => __( 'Open link in a new window/tab', 'sportspress' ),
'id' => 'sportspress_team_site_target_blank',
'default' => 'no',
'type' => 'checkbox',
),
array( 'type' => 'sectionend', 'id' => 'team_options' ),
array( 'title' => __( 'League Tables', 'sportspress' ), 'type' => 'title', 'id' => 'table_options' ),