/
var
/
www
/
barefootlaw.org
/
wp-content
/
themes
/
archub
/
theme
/
theme-options
/
Upload File
HOME
<?php /* * Header Section */ $this->sections[] = array( 'title' => esc_html__('Header', 'archub'), 'icon' => 'el el-home' ); include_once( get_template_directory() . '/theme/theme-options/liquid-header-layout.php' ); include_once( get_template_directory() . '/theme/theme-options/liquid-header-mobile-nav.php' ); include_once( get_template_directory() . '/theme/theme-options/liquid-header-title-wrapper.php' );