Sindbad~EG File Manager
<?php
/**
* inevent functions and definitions
*
* @package inmedical
*/
/* Theme option famework */
require_once get_template_directory() . '/framework/theme-option.php';
require_once get_template_directory() . '/framework/option-framework/inof.php';
update_option('theme_purchase_code', 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx');
update_option('theme_item_id', '19551351');
/* Require helper function */
require_once get_template_directory() . '/framework/inc/helper.php';
/* Require importer function */
require_once get_template_directory() . '/framework/importer/importer.php';
/* Custom nav */
require_once get_template_directory() . '/framework/inc/custom-nav.php';
/* Customizer theme */
require_once get_template_directory() . '/framework/inc/customizer.php';
/* Template tags */
require_once get_template_directory() . '/framework/inc/template-tags.php';
/* Require Custom functions that act independently of the theme templates */
require_once get_template_directory() . '/framework/inc/extras.php';
/* Require custom widgets */
if (defined('INWAVE_COMMON') && file_exists(INWAVE_COMMON . 'inc/widgets/info-footer.php')) {
require_once INWAVE_COMMON . 'inc/widgets/info-footer.php';
require_once INWAVE_COMMON . 'inc/widgets/subscribe.php';
require_once INWAVE_COMMON . 'inc/widgets/recent-comment.php';
require_once INWAVE_COMMON . 'inc/widgets/recent-post.php';
} else if(file_exists(get_template_directory() . '/framework/widgets/info-footer.php')){
require_once get_template_directory() . '/framework/widgets/info-footer.php';
require_once get_template_directory() . '/framework/widgets/subscribe.php';
require_once get_template_directory() . '/framework/widgets/recent-comment.php';
require_once get_template_directory() . '/framework/widgets/recent-post.php';
}
/* Implement the woocommerce template. */
require_once get_template_directory() . '/framework/inc/woocommerce.php';
/* TGM plugin activation. */
require_once get_template_directory() . '/framework/inc/class-tgm-plugin-activation.php';
//framework
require_once get_template_directory() . '/framework/theme-plugin-load.php';
require_once get_template_directory() . '/framework/theme-function.php';
require_once get_template_directory() . '/framework/theme-register.php';
require_once get_template_directory() . '/framework/theme-support.php';
require_once get_template_directory() . '/framework/theme-style-script.php';
require_once get_template_directory() . '/framework/theme-metabox.php';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists