Viewing File: /home/rtsgrob/ww6/wp-content/themes/synergia/framework/modules/header/load.php

<?php

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

//load header functions
include_once SELECT_FRAMEWORK_HEADER_ROOT_DIR . '/functions.php';
include_once SELECT_FRAMEWORK_HEADER_ROOT_DIR . '/helper-functions.php';
include_once SELECT_FRAMEWORK_HEADER_ROOT_DIR . '/template-functions.php';

//load global header options
include_once SELECT_FRAMEWORK_HEADER_ROOT_DIR . '/admin/options-map/header-map.php';

//load per page header options
include_once SELECT_FRAMEWORK_HEADER_ROOT_DIR . '/admin/meta-boxes/header-meta-boxes.php';

//load global header custom styles
include_once SELECT_FRAMEWORK_HEADER_ROOT_DIR . '/admin/custom-styles/header-custom-styles.php';
Back to Directory File Manager