File: /home/dreamlan/public_html/wp-content/themes/DreamLandNepal/header.php
<!DOCTYPE html>
<html class="no-js<?php mh_html_class(); ?>" <?php language_attributes(); mh_html_tag(); ?>>
<head>
<style>
@import url('https://fonts.googleapis.com/css?family=Amita|Arya|Baloo|Ek+Mukta|Kalam|Yatra+One:400,600');
</style>
<style type="text/css">
.englishdate {
color: red;
font-size:14px;
}
.nepalidate {
color: blue;
font-size:16px;
}
</style>
<meta charset="<?php bloginfo('charset'); ?>">
<title><?php wp_title('|', true, 'right'); ?></title>
<?php wp_head(); ?>
<script>
$( function() {
$( "#tabs" ).tabs();
} );
</script>
</head>
<body id="<?php mh_body_id(); ?>" <?php body_class(); ?>>
<div id="fb-root"></div>
<div class="container <?php mh_container_class(); ?>">
<?php mh_before_header(); ?>
<header class="header-wrap">
<nav class="header-nav clearfix">
<?php wp_nav_menu(array('theme_location' => 'header_nav', 'fallback_cb' => '')); ?>
<img src="<?php echo site_url(); ?>/header-ads.png" width="728" height="90">
</nav>
<span class="nepalidate"><?php if(function_exists('_Nyasro_todayDate')) _Nyasro_todayDate(); ?></span>
<span class="englishdate"><?php echo date_i18n('j F Y', time()); ?></span>
<?php mh_logo(); ?>
<nav class="main-nav clearfix">
<?php wp_nav_menu(array('theme_location' => 'main_nav')); ?>
</nav>
</header>