403Webshell
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/drsomanathcp.com/private_html/wp-content/themes/Theme33/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pbshosting/domains/drsomanathcp.com/private_html/wp-content/themes/Theme33//header.php
<?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' ); ?>">
	
	<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=Lato:400,700|PT+Serif:400,700|Raleway:400,500,600,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' id='yt-scase-com-allview-css-css'  href='<?php echo site_url(); ?>/wp-content/plugins/youtube-showcase//assets/css/allview.css' type='text/css' media='all' />
	<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/fancybox/jquery.fancybox.css?v=2.1.5" media="screen" />
	<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/fancybox/media/jquery.fancybox-buttons.css?v=1.0.5" />
	<!--[if lt IE 9]>
	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
	<![endif]-->
	
	<?php $day = date("l"); ?>
    	<?php 
			if ($day == "Monday") { echo '<style>.mon{color:#F8D24B !important;font-weight: bold;}</style>'; } 
			if ($day == "Tuesday") { echo '<style>.tue{color:#F8D24B !important;font-weight: bold;}</style>'; } 
			if ($day == "Wednesday") { echo '<style>.wed{color:#F8D24B !important;font-weight: bold;}</style>'; } 
			if ($day == "Thursday") { echo '<style>.thu{color:#F8D24B !important;font-weight: bold;}</style>'; } 
			if ($day == "Friday") { echo '<style>.fri{color:#F8D24B !important;font-weight: bold;}</style>'; } 
			if ($day == "Saturday") { echo '<style>.sat{color:#F8D24B !important;font-weight: bold;}</style>'; } 
			if ($day == "Sunday") { echo '<style>.sun{color:#F8D24B !important;font-weight: bold;}</style>'; } 
		?>
		
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<header>
    	<div class="top-header">
        <div class="container">
          <div class="row">
            <div class="col-md-6 col-sm-6">
            <div class="social hidden-xs">
              <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('google_url'); ?>" target="_blank"><i class="fa fa-google-plus"></i></a></li>
                <li><a href="<?php echo get_option('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube"></i></a></li>
              </ul>
            </div><!-- social -->
            <div class="social visible-xs">
              <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('google_url'); ?>" target="_blank"><i class="fa fa-google-plus"></i></a></li>
                <li><a href="<?php echo get_option('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube"></i></a></li>
                <li><a href="mailto:<?php echo get_option('email'); ?>"><i class="fa fa-envelope"></i></a></li>
                <li><a href="tel:<?php echo get_option('phone'); ?>"><i class="fa fa-phone"></i></a></li>
                <li><a 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>

                </a></li>
              </ul>
            </div><!-- social -->
          </div><!-- col-6 -->

          <div class="col-md-6 col-sm-6 hidden-xs">
            <div class="top-mail"><i class="fa fa-envelope"> <?php echo get_option('email'); ?></i></div><!-- top-mail -->
          </div><!-- col-6 -->
          </div><!-- row -->
        </div><!-- container -->
      </div><!-- top-header -->
      <div class="navbar-container">
        <nav class="navbar navbar-default">
  <div class="container">
    <!-- Brand and toggle get grouped for better mobile display -->
    <div class="navbar-header">
      <a class="navbar-brand" href="<?php echo site_url('/'); ?>"><?php dynamic_sidebar('logo'); ?></a>
    </div>

    <!-- 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 navbar-right menu" id="%1$s" >%3$s
											<div class="header-customize-nav">
          <div class="contact-phone">
            <i class="fa fa-phone"></i>'.get_option('phone').'</div></div></ul>',    
				);
		 wp_nav_menu( $defaults ); ?>
      
    </div><!-- /.navbar-collapse -->
  </div><!-- /.container-fluid -->
</nav>
      </div><!-- navbar-container -->
    </header>

Youez - 2016 - github.com/yon3zu
LinuXploit