Viewing File: /home/rtsgrob/ww6/wp-content/themes/synergia/framework/modules/footer/load.php
<?php
include_once SELECT_FRAMEWORK_MODULES_ROOT_DIR.'/footer/functions.php';
//load global footer options
include_once SELECT_FRAMEWORK_MODULES_ROOT_DIR.'/footer/admin/options-map/footer-map.php';
include_once SELECT_FRAMEWORK_MODULES_ROOT_DIR.'/footer/admin/options-map/content-bottom-map.php';
//load per page footer options
include_once SELECT_FRAMEWORK_MODULES_ROOT_DIR.'/footer/admin/meta-boxes/footer-meta-boxes.php';
include_once SELECT_FRAMEWORK_MODULES_ROOT_DIR.'/footer/admin/meta-boxes/content-bottom-meta-boxes.php';
//load global footer custom styles
include_once SELECT_FRAMEWORK_MODULES_ROOT_DIR.'/footer/admin/custom-styles/footer-custom-styles.php';
Back to Directory
File Manager