芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/themes/cleanora/theme-framework/theme-style/template/header-bot.php
' . '
' . '
'; echo '
'; do_action('cmsmasters_before_header_bot', $cmsmasters_option); echo '
' . '
' . '
' . '
' . '
' . '
' . '
'; if ( CMSMASTERS_WOOCOMMERCE && $cmsmasters_option['cleanora' . '_header_styles'] == 'c_nav' ) { cleanora_woocommerce_header_cart_link($cmsmasters_option); } echo '' . '
' . '
'; $nav_args = array( 'theme_location' => 'primary', 'menu_id' => 'navigation', 'menu_class' => 'bot_nav navigation', 'link_before' => '
', 'link_after' => '
', 'fallback_cb' => false ); if (class_exists('Walker_Cmsmasters_Nav_Mega_Menu')) { $nav_args['walker'] = new Walker_Cmsmasters_Nav_Mega_Menu(); } wp_nav_menu($nav_args); echo '
' . '
' . ''; if ( $cmsmasters_option['cleanora' . '_header_styles'] != 'default' && $cmsmasters_option['cleanora' . '_header_styles'] != 'c_nav' ) { $cmsmasters_header_bot_button_enable = $cmsmasters_option['cleanora' . '_header_bot_button'] ? 'true' : 'false'; if ($cmsmasters_header_bot_button_enable === 'true' && $cmsmasters_option['cleanora' . '_header_bot_button_text'] !== '' && $cmsmasters_option['cleanora' . '_header_bot_button_link'] !== '' ) { echo '
' . '
' . esc_html($cmsmasters_option['cleanora' . '_header_bot_button_text']) . '
' . '
'; } } do_action('cmsmasters_after_header_bot', $cmsmasters_option); echo '
' . '
' . '
'; }