Add settings tabs and config page

This commit is contained in:
Brian Miyaji
2013-12-31 03:52:09 +11:00
parent ed352f8e2d
commit 6d40c687ea
5 changed files with 213 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ include dirname( __FILE__ ) . '/sportspress-globals.php' ;
require_once dirname( __FILE__ ) . '/sportspress-functions.php';
// Settings
include dirname( __FILE__ ) . '/sportspress-settings.php' ;
include dirname( __FILE__ ) . '/admin/options/options.php' ;
// Custom Post Types
require_once dirname( __FILE__ ) . '/admin/post-types/separator.php';