array( 'toggle', 'upsell' ), // array of controls to load 'sections' => array( 'recommended-actions', 'pro' ), // array of sections to load 'path' => '/includes/libraries' ); new Epsilon_Framework( $epsilon_framework_settings ); //Load Core; check existing core or load development core $core_path = get_template_directory().'/core/'; $include_path = get_template_directory().'/includes/'; if(defined('CPOTHEME_CORE')) $core_path = CPOTHEME_CORELITE; require_once $core_path.'init.php'; require_once($include_path.'setup.php');