'; mfn_wp_nav_menu(); // responsive menu button $mb_class = ''; if (mfn_opts_get('header-menu-mobile-sticky')) { $mb_class .= ' is-sticky'; } echo ''; if ( $menu_text = trim( mfn_opts_get('header-menu-text') ) ) { echo ''. wp_kses( $menu_text, mfn_allowed_html() ) .''; } else { echo ''; } echo ''; echo '
'; } // logo get_template_part('includes/include', 'logo'); // top bar right get_template_part('includes/header', 'top-bar-right'); ?>