Add classes library

This commit is contained in:
Takumi
2013-08-06 15:47:39 +10:00
parent eb92486316
commit c2729e3202
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ if ( !function_exists( 'add_action' ) ) {
define( 'SPORTSPRESS_VERSION', '0.1' );
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
// Libraries
include dirname( __FILE__ ) . '/lib/classes/eos.class.php' ;
// Globals
include dirname( __FILE__ ) . '/globals.php' ;