?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/header/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules

?? Viewing: load.php

<?php

//load lib
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/lib/header-functions.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/lib/header-abstract.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/lib/header-factory.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/lib/header-connector.php';

//options
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/options-map/header-map.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/options-map/logo-map.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/options-map/mobile-header.php';

//header types
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/types/header-standard.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/types/header-vertical.php';

include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/functions.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/filter-functions.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/template-functions.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/template-hooks.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/widget-areas-functions.php';

//custom styles
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/custom-styles/header.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/custom-styles/mobile-header.php';


??

??