芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/themes/cleanora/theme-framework/theme-style/template/header-top.php
' . '
' . '
'; do_action('cmsmasters_before_header_top', $cmsmasters_option); if ( $cmsmasters_option['cleanora' . '_header_top_line_add_cont'] == 'social' && isset($cmsmasters_option['cleanora' . '_social_icons']) ) { cleanora_social_icons(); } elseif ( $cmsmasters_option['cleanora' . '_header_top_line_add_cont'] == 'nav' && has_nav_menu('top_line') ) { echo '
' . '
' . '
' . '
' . '
'; wp_nav_menu(array( 'theme_location' => 'top_line', 'menu_id' => 'top_line_nav', 'menu_class' => 'top_line_nav', 'link_before' => '
', 'link_after' => '
' )); echo '
' . '
'; } if ($cmsmasters_option['cleanora' . '_header_top_line_short_info'] !== '') { echo '
' . '
' . stripslashes($cmsmasters_option['cleanora' . '_header_top_line_short_info']) . '
' . '
'; } do_action('cmsmasters_after_header_top', $cmsmasters_option); echo '
' . '
' . '
' . '
' . '
' . '
'; }