File: /var/www/html/wpmuhibbah_err/wp-content/themes/goodwish/framework/modules/header/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-standard-extended.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/types/header-vertical.php';
include_once EDGE_FRAMEWORK_MODULES_ROOT_DIR.'/header/types/header-full-screen.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';