diff --git a/lib/classes b/lib/classes new file mode 160000 index 00000000..30dfdddf --- /dev/null +++ b/lib/classes @@ -0,0 +1 @@ +Subproject commit 30dfdddfacf1a970380cbc6d954958eecbe90b48 diff --git a/sportspress.php b/sportspress.php index 274afb18..699afbe7 100644 --- a/sportspress.php +++ b/sportspress.php @@ -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' ;