OwlCyberSecurity - MANAGER
Edit File: load.php
<?php //load lib include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-functions.php'; include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-abstract.php'; include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-factory.php'; include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/lib/header-connector.php'; //load header functions include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/functions.php'; include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/helper-functions.php'; include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/template-functions.php'; //load global header options include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/admin/options-map/header-map.php'; //load per page header options include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/admin/meta-boxes/header-meta-boxes.php'; //load global header custom styles include_once MUSEA_ELATED_FRAMEWORK_HEADER_ROOT_DIR . '/admin/custom-styles/header-custom-styles.php';