| 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/rajeevjayadevan.in/public_html/wp-content/themes/theme39/ |
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">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link type="image/x-icon" rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo get_template_directory_uri(); ?>/images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo get_template_directory_uri(); ?>/images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="<?php echo get_template_directory_uri(); ?>/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="<?php echo get_template_directory_uri(); ?>/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="<?php echo get_template_directory_uri(); ?>/images/favicon-16x16.png">
<link rel="manifest" href="<?php echo get_template_directory_uri(); ?>/images/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/images/ms-icon-144x144.png">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
<![endif]-->
<link href="<?php echo get_template_directory_uri(); ?>/css/bootstrap.min.css" rel="stylesheet">
<link href="<?php echo get_template_directory_uri(); ?>/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|PT+Serif:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css" />
<link href="<?php echo get_template_directory_uri(); ?>/css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/fancybox/jquery.fancybox.css" media="screen" />
<link rel='stylesheet' id='yt-scase-com-allview-css-css' href='<?php echo site_url(); ?>/wp-content/plugins/youtube-showcase//assets/css/allview.css?ver=4.6.1' type='text/css' media='all' />
<?php $day = date("l");
if ($day == "Monday") { echo '<style>.mon{color:#FF5335 !important;}</style>'; }
if ($day == "Tuesday") { echo '<style>.tue{color:#FF5335 !important;}</style>'; }
if ($day == "Wednesday") { echo '<style>.wed{color:#FF5335 !important;}</style>'; }
if ($day == "Thursday") { echo '<style>.thu{color:#FF5335 !important;}</style>'; }
if ($day == "Friday") { echo '<style>.fri{color:#FF5335 !important;}</style>'; }
if ($day == "Saturday") { echo '<style>.sat{color:#FF5335 !important;}</style>'; }
if ($day == "Sunday") { echo '<style>.sun{color:#FF5335 !important;}</style>'; }
?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<header>
<div class="top-header">
<div class="container">
<div class="row">
<div class="top-header-inner">
<div class="col-md-3 col-sm-3">
<div class="top-social">
<ul>
<li><a href="<?php echo get_option('facebook_url'); ?>" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="<?php echo get_option('twitter_url'); ?>" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="<?php echo get_option('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube"></i></a></li>
<li class="visible-xs"><a href="tel:<?php echo get_option('phone'); ?>"><i class="fa fa-phone"></i></a></li>
<li class="visible-xs"><a href="mailto:<?php echo get_option('email'); ?>"><i class="fa fa-envelope"></i></a></li>
<li class="visible-xs">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</li>
</ul>
</div><!-- top-social -->
</div><!-- col-3 -->
<div class="col-md-4 col-md-offset-1 col-sm-5">
<div class="navbar-brand"><?php dynamic_sidebar('logo'); ?></div><!-- navbar-brand -->
</div><!-- col-4 -->
<div class="col-md-3 col-md-offset-1 col-sm-4 hidden-xs">
<div class="top-contact-container">
<!-- <div class="top-contact">
<i class="fa fa-phone"></i><?php echo get_option('phone'); ?>
</div> -->
<!-- top-contact -->
<div class="top-contact">
<i class="fa fa-envelope"></i><?php echo get_option('email'); ?>
</div><!-- top-contact -->
</div><!-- top-contact-container -->
</div><!-- col-3 -->
</div><!-- top-header-inner -->
</div><!-- row -->
</div><!-- container -->
</div><!-- top-header -->
<div class="navbar-container">
<nav class="navbar navbar-default">
<div class="container">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<?php $defaults = array(
'theme_location' => 'primary',
'container' => '',
'items_wrap' => '<ul class="nav navbar-nav menu" id="%1$s" >%3$s</ul>',
);
wp_nav_menu( $defaults ); ?>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div><!-- navbar-container -->
</header>