'; echo '
'; // WooCommerce Cart if( $has_cart ){ echo ''. $woocommerce->cart->cart_contents_count .''; } // Search Icon if( $header_search == 'input' ){ $translate[ 'search-placeholder' ] = mfn_opts_get( 'translate' ) ? mfn_opts_get( 'translate-search-placeholder', 'Enter your search' ) : __( 'Enter your search', 'betheme' ); echo ''; echo '
'; echo ''; echo ''; echo ''; echo '
'; echo '
'; } elseif( $header_search ){ echo ''; } // Languages menu get_template_part( 'includes/include', 'wpml' ); // Action Button if( $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 ''. mfn_opts_get( 'header-action-title' ) .''; } echo '
'; echo ''; }