HEX
Server: LiteSpeed
System: Linux s1.hostssdserver.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: dreamlan (1220)
PHP: 8.3.32
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
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>

&nbsp; &nbsp; 
<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>