File: /www/wwwroot/shzthfdcpg.com/wp-content/themes/shzhaotao/header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no" />
<title><?php wp_title( '', true, 'right' ); ?></title>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.min.css" type="text/css" />
<link href="<?php echo get_template_directory_uri(); ?>/css/moban2/style.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/moban2/responsive-nav.css" type="text/css"/>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/moban2/iconfont.css" type="text/css"/>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/moban2/video-js.css" type="text/css"/>
<!-- <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/moban2/logo_icon1.png" type="image/x-icon" /> -->
<?php wp_head(); ?>
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5shiv.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="top_box">
<div class="top_box_inner">
<div class="topcontent">
</div>
<div class="clear">
</div>
<div class="logo">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo of_get_option( 'logo_src'); ?>" alt="<?php echo of_get_option('title'); ?>"></a>
</div>
<div class="menu_box" id="Menu">
<?php wp_nav_menu( array( 'theme_location' => 'header-menu' )); ?>
</div>
</div>
</div>
<div class="tx-banner">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<!--<li data-target="#myCarousel" data-slide-to="1"></li>-->
</ol>
<div class="carousel-inner">
<div class="item active">
<a href="<?php echo of_get_option( 'banner_link1'); ?>" target="_blank">
<img class="img1" src="<?php echo of_get_option( 'banner_src1'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
<img class="img2" src="<?php echo of_get_option( 'banner_phone_src1'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
</a>
</div>
<!-- <div class="item">
<a href="<?php echo of_get_option( 'banner_link2'); ?>" target="_blank">
<img class="img1" src="<?php echo of_get_option( 'banner_src2'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
<img class="img2" src="<?php echo of_get_option( 'banner_phone_src2'); ?>" alt="<?php echo of_get_option( 'title'); ?>"/>
</a>
</div>-->
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>