File "includes.php"

Full Path: /home/adniftyx/public_html/credio/inc/customizer/includes.php
File size: 1.25 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Includes all file for customizer
 */
require_once CREDIO_THEME_SUB_DIR.'/customizer/credio_customizer.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/credio_customizer_control.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/general.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/page.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/mobile_offcanvas.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/preloader.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/gsap_animation.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/smooth_scrolling.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/style.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/typography.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/blog.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/slug_setting.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/woocommerce_settings.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/custom_theme_font_control.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/404.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/control/separator.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/blog/blog_page.php';
require_once CREDIO_THEME_SUB_DIR.'/customizer/blog/blog_single.php';