'; // close button echo '
'; echo ''; echo '
'; // extras echo '
'; // action button if ( $action_link = mfn_opts_get('header-action-link') ) { $action_options = mfn_opts_get('header-action-target'); if (isset($action_options['target'])) { $action_target = 'target="_blank"'; } else { $action_target = false; } if (isset($action_options['scroll'])) { $action_class = ' scroll'; } else { $action_class = false; } echo ''. wp_kses(mfn_opts_get('header-action-title'), mfn_allowed_html('button')) .''; } // icons echo ''; echo '
'; // Search | wrapper if (mfn_opts_get('header-search')) { echo '
'; echo ''; if ( mfn_opts_get('header-search-live') ) { get_template_part('includes/header', 'live-search'); } echo '
'; } // languages menu | wrapper echo ''; // main menu | jQuery content - DO NOT DELETE echo ''; // social $action_bar = mfn_opts_get('action-bar'); if( isset($action_bar['side-slide']) ){ get_template_part('includes/include', 'slogan'); } if (has_nav_menu('social-menu')) { mfn_wp_social_menu(); } else { get_template_part('includes/include', 'social'); } echo '';