| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/www/wp-content/themes/trackstore/trackstore/ |
Upload File : |
<?php
//define constants
define( 'ELATED_ROOT', get_template_directory_uri() );
define( 'ELATED_ROOT_DIR', get_template_directory() );
define( 'ELATED_ASSETS_ROOT', get_template_directory_uri() . '/assets' );
define( 'ELATED_ASSETS_ROOT_DIR', get_template_directory() . '/assets' );
define( 'ELATED_FRAMEWORK_ROOT', get_template_directory_uri() . '/framework' );
define( 'ELATED_FRAMEWORK_ROOT_DIR', get_template_directory() . '/framework' );
define( 'ELATED_FRAMEWORK_ADMIN_ASSETS_ROOT', get_template_directory_uri() . '/framework/admin/assets' );
define( 'ELATED_FRAMEWORK_MODULES_ROOT', get_template_directory_uri() . '/framework/modules' );
define( 'ELATED_FRAMEWORK_MODULES_ROOT_DIR', get_template_directory() . '/framework/modules' );
define( 'ELATED_FRAMEWORK_HEADER_ROOT', get_template_directory_uri() . '/framework/modules/header' );
define( 'ELATED_FRAMEWORK_HEADER_ROOT_DIR', get_template_directory() . '/framework/modules/header' );
define( 'ELATED_FRAMEWORK_SEARCH_ROOT', get_template_directory_uri() . '/framework/modules/search' );
define( 'ELATED_FRAMEWORK_SEARCH_ROOT_DIR', get_template_directory() . '/framework/modules/search' );
define( 'ELATED_FRAMEWORK_HEADER_TYPES_ROOT', get_template_directory_uri() . '/framework/modules/header/types' );
define( 'ELATED_FRAMEWORK_HEADER_TYPES_ROOT_DIR', get_template_directory() . '/framework/modules/header/types' );
define( 'ELATED_THEME_ENV', 'dev' );
define( 'ELATED_PROFILE_SLUG', 'elated' );
//include necessary files
include_once ELATED_ROOT_DIR . '/framework/eltd-framework.php';
include_once ELATED_ROOT_DIR . '/includes/nav-menu/eltd-menu.php';
require_once ELATED_ROOT_DIR . '/includes/plugins/class-tgm-plugin-activation.php';
include_once ELATED_ROOT_DIR . '/includes/plugins/plugins-activation.php';
include_once ELATED_ROOT_DIR . '/assets/custom-styles/general-custom-styles.php';
include_once ELATED_ROOT_DIR . '/assets/custom-styles/general-custom-styles-responsive.php';
if ( ! is_admin() ) {
include_once ELATED_ROOT_DIR . '/includes/eltd-body-class-functions.php';
include_once ELATED_ROOT_DIR . '/includes/eltd-loading-spinners.php';
}