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/'; if(defined('CPOTHEME_CORELITE')) $core_path = CPOTHEME_CORELITE; require_once $core_path.'init.php'; $include_path = get_template_directory().'/includes/'; //Main components require_once($include_path.'setup.php'); // Add welcome screen require get_template_directory() . '/core/welcome-screen/welcome-page-setup.php';