File: /home/slyfwmm/cortonavolley/wp-content/themes/subway/theme-includes.php
<?php
//define constants
define( 'SUBWAY_QODE', true );
define( 'SUBWAY_QODE_ROOT', get_template_directory_uri());
define( 'SUBWAY_QODE_ROOT_DIR', get_template_directory() );
define( 'SUBWAY_QODE_CSS_ROOT', SUBWAY_QODE_ROOT . '/css' );
define( 'SUBWAY_QODE_CSS_ROOT_DIR', SUBWAY_QODE_ROOT_DIR . '/css' );
define( 'SUBWAY_QODE_JS_ROOT', SUBWAY_QODE_ROOT . '/js' );
define( 'SUBWAY_QODE_JS_ROOT_DIR', SUBWAY_QODE_ROOT_DIR . '/js' );
define( 'SUBWAY_QODE_VAR_PREFIX', 'qode_');
define( 'SUBWAY_INCLUDES_ROOT', SUBWAY_QODE_ROOT_DIR . '/includes' );
define( 'SUBWAY_INCLUDES_ROOT_DIR', SUBWAY_QODE_ROOT_DIR . '/includes' );
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/qode-plugin-helper-functions.php' );
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/qode-dynamic-helper-functions.php' );
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/qode-body-classes.php' );
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/qode-menu.php');
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/qode-custom-sidebar.php');
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/modules/search.php');
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/widgets/related_posts_widget.php');
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/widgets/flickr-qode-widget.php');
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/widgets/latest_posts_menu.php');
if(function_exists("is_woocommerce")){
require_once( SUBWAY_QODE_ROOT_DIR . '/woocommerce/woocommerce_configuration.php' );
include_once( SUBWAY_INCLUDES_ROOT_DIR . '/widgets/woocommerce-dropdown-cart.php');
}