Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subception
/
wp-content
/
themes
/
aalto
/
framework
/
modules
/
header
:
load.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php //load lib include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-functions.php'; include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-abstract.php'; include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-factory.php'; include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-connector.php'; //load header functions include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/functions.php'; include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/helper-functions.php'; include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/template-functions.php'; //load global header options include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/admin/options-map/header-map.php'; //load per page header options include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/admin/meta-boxes/header-meta-boxes.php'; //load global header custom styles include_once EDGE_FRAMEWORK_HEADER_ROOT_DIR . '/admin/custom-styles/header-custom-styles.php';