| Server IP : 152.53.162.115 / Your IP : 216.73.217.85 Web Server : Apache/2 System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64 User : pbshosting ( 1005) PHP Version : 8.3.30 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/pbshosting/domains/drvinodthomas.in/public_html/wp-content/themes/Theme11/ |
Upload File : |
<?php
/**
* The Header for our theme
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?><!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<?php $day = date("l"); ?>
<?php
if ($day == "Monday") { echo '<style>.hilt1{background:#304771 !important;}</style>'; }
if ($day == "Tuesday") { echo '<style>.hilt2{background:#304771 !important;}</style>'; }
if ($day == "Wednesday") { echo '<style>.hilt3{background:#304771 !important;}</style>'; }
if ($day == "Thursday") { echo '<style>.hilt4{background:#304771 !important;}</style>'; }
if ($day == "Friday") { echo '<style>.hilt5{background:#304771 !important;}</style>'; }
if ($day == "Saturday") { echo '<style>.hilt6{background:#304771 !important;}</style>'; }
if ($day == "Sunday") { echo '<style>.hilt7{background:#304771 !important;}</style>'; }
?>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74452030-3', 'auto');
ga('send', 'pageview');
</script>
<?php wp_head(); ?>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery(".contact").click(function(){ jQuery(".contact_frm").show(500); jQuery(".Consult_time").hide(500); jQuery(".apnt_frm").hide(500); });
jQuery(".consult").click(function(){ jQuery(".Consult_time").show(500); jQuery(".contact_frm").hide(500); jQuery(".apnt_frm").hide(500); });
jQuery(".apoint").click(function(){ jQuery(".apnt_frm").show(500); jQuery(".contact_frm").hide(500); jQuery(".Consult_time").hide(500); });
});
</script>
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="row head_menu">
<div class="columns large-3 medium-12"> <?php dynamic_sidebar( 'logo');?> </div>
<!-- /.columns large-3 -->
<div class="columns large-9 medium-8"> <a href="#" class="btn-menu"> <span></span> </a>
<nav class="nav">
<?php wp_nav_menu( array(
'menu' => 'header_menu',
'items_wrap' => '<ul id="%1$s" class="clearfix">%3$s</ul>'
)); ?>
</nav>
<!-- /.nav -->
</div>
<!-- /.columns large-6 -->
</div>
<!-- /.row -->
</header>
<!-- /.header -->