403Webshell
Server IP : 103.48.194.25  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User : sieuthimay ( 1016)
PHP Version : 8.2.20
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/sieuthimayasia.com/public_html/wp-content/themes/mtw-maycn/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/sieuthimayasia.com/public_html/wp-content/themes/mtw-maycn/header.php
<?php
/**
 * The header for our theme.
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package MTWTeam
 */

?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<link rel="stylesheet" media="screen" href="<?php bloginfo('template_url'); ?>/assets/css/superfish.css?ver=<?=time()?>">
<?php wp_head(); ?>
<script src="<?php bloginfo('template_url'); ?>/leftmenu.js" type="text/javascript"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QTFHVM9L1N"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-QTFHVM9L1N');	//SieuthimayAsia GA4
  gtag('config', 'AW-716468787');	//475-617-7111
</script>
<!-- Event snippet for Đăng ký conversion page -->
<script>
  gtag('event', 'conversion', {'send_to': 'AW-716468787/_BeaCOvUxJUYELPk0dUC'});
</script>
<!-- Event snippet for Đăng ký conversion page
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
<script>
function gtag_report_conversion(url) {
  var callback = function () {
    if (typeof(url) != 'undefined') {
      window.location = url;
    }
  };
  gtag('event', 'conversion', {
      'send_to': 'AW-716468787/_BeaCOvUxJUYELPk0dUC',
      'event_callback': callback
  });
  return false;
}
</script>

</head>

<body <?php body_class(); ?>>
<div id="page" class="site">
	<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'maycn' ); ?></a>

	<header id="masthead" class="site-header" role="banner">

		<?php get_template_part( 'template-parts/topbar' ); ?>

		<div class="container">
			<div class="row">
				<div class="site-branding col-md-3 col-sm-10 col-xs-10">
				<?php if ( is_front_page()) : ?>
					<h1 class="screen-reader-text site-title"><?php bloginfo( 'name' ); ?> - <?php bloginfo( 'description' ); ?></h1>
				<?php else : ?>
					<h2 class="screen-reader-text site-title"><?php the_title(); ?></h2>
				<?php endif; ?>
					<?php mtwfn_the_custom_logo(); ?>
				</div><!-- .site-branding -->

				<div class="header-cart woocommerce col-md-5 col-sm-2 col-xs-2  hidden-xs hidden-sm"><!--hidden-lg hidden-md-->
                	<?php get_search_form(); ?>
				</div><!-- .header-cart -->

				<div class="header-right col-md-2 col-sm-12 col-xs-6">
                	<div class="icon_text_header">
                    <?php 
					if ( is_active_sidebar( 'header-right' ) ) {
						dynamic_sidebar( 'header-right' );
					} 
					?>
                    </div>
				</div><!-- .header-right -->
            	<div class="header-nav-cart woocommerce col-md-2 hidden-sm hidden-xs">
                    <div class="ncn_cart_widget widget_shopping_cart">
                        <div class="shopping-bag">
                            <i class="fa fa-shopping-cart"></i>
                            <span><?php echo esc_html( mtwfn_cart_count());?></span>
                        </div>
                        <div class="widget_shopping_cart_content"></div>
                    </div>
                </div><!--giỏ hàng-->
			</div><!-- .row -->
		</div><!-- .container -->
		<!--Menu mobile-->
		<nav id="site-navigation" class="main-navigation maim_menu_header" role="navigation">
			<div class="container">
				<div class="row">
					<div class="hidden-lg hidden-md col-sm-2 col-xs-3">
						<button class="btn-menu">
							<span></span>
							<span></span>
							<span></span>
						</button>
					</div><!-- .btn mobile menu -->

					<div class="btn-search col-sm-10 col-xs-9">
						<?php get_search_form(); ?>
					</div><!-- .btn-search -->
					<!--Menu Drop Down-->
					<div class="col-xs-12 col-sm-3 hidden-xs">
                        <div class="menuproduc">
                            <ul class="sf-menu <?php if(!is_home()) { echo 'menuhome_padding'; }?> " >
                                <li class="current"> <a class="danhmucspa">Danh mục sản phẩm</a>
                                    <?php //if(!is_home()) {?>
                                    <?php  
									if(function_exists('wp_nav_menu')) 
									{
										wp_nav_menu( array( 'theme_location' => 'primary', 'menu_id' => 'primary-menu', 'menu_class' => 'nav navbar-nav','container'=>'',  'fallback_cb' => array( 'MTW_Menu_Support', 'fallback' ) ) );
									}   
									?>
                                    <?php //} ?>
                                </li>
                            </ul>
                        </div>
                    </div>
					<div class="topmenu col-md-9 hidden-sm hidden-xs">
						<?php 
						if ( is_active_sidebar( 'header-menu' ) ) {
							dynamic_sidebar( 'header-menu' );
						} 
						?>
					</div><!-- .btn-search-show-mdlg -->
				</div><!-- .row -->
			</div><!-- .container -->
		</nav><!-- #site-navigation -->
	</header><!-- #masthead -->

	<div id="content" class="container site-content">
		<div id="layout" <?php mtwfn_layout_class( 'row' ); ?>>

Youez - 2016 - github.com/yon3zu
LinuXploit