File "load.php"

Full Path: /home/shadsolw/public_html/wp-content/themes/aalto/framework/modules/header/load.php
File size: 912 bytes
MIME-type: text/x-php
Charset: utf-8

<?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';