HEX
Server: nginx/1.16.1
System: Linux VM-0-14-centos 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: www (1000)
PHP: 8.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.sceytyg.com/wp-content/themes/Zing-Pro/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport" />
<meta name="applicable-device" content="pc,mobile" />
<meta http-equiv="Cache-Control" content="no-transform" />
<link rel="shortcut icon" href="<?php echo xintheme_img('favicon') ?: bloginfo('template_url').'/static/images/favicon.png';?>"/>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
	<div id="wrapper" class="home-page">
		<?php if( xintheme('notice_code_switch') ) :?>
		<div id="hellobar" class="<?php if( xintheme('notice_no_mobile') ){ echo 'mobile_modular_no'; }?><?php if( xintheme('notice_color') ){ echo ' notice_color_'.xintheme('notice_color').''; }?>">

			<div class="hellobar_inner">
				<div class="page-width">
					<div class="hellobar_inner_wrap">
						<p class="animate">
							<i class="cs-icon la la-bullhorn"></i> <?php echo xintheme('notice_code');?>
						</p>
						<?php if( xintheme('notice_code_close') ) :?>
							<i onclick="closeNotice()" class="la la-times"></i>
						<?php endif;?>
					</div>
				</div>
			</div>
		</div>
		<?php endif;?>
		<?php
		$foot_type = xintheme('header_type') ?: '1';
		get_template_part( 'template-parts/header/header', $foot_type);?>

		<div class="touch-top mobile-section clearfix">
			<div class="touch-top-wrapper clearfix">
				<div class="touch-logo">
					<a href="<?php bloginfo( 'url' ); ?>">
						<?php if ( xintheme_img('logo_mobile','') ){ ?>
							<img src="<?php echo xintheme_img('logo_mobile','');?>" alt="<?php bloginfo('name'); ?>">
						<?php } ?>
					</a>
				</div>
				<div class="touch-navigation">
					<div class="touch-toggle">
						<ul>
							<li class="touch-toggle-item-last"><a href="javascript:;" class="drawer-menu" data-drawer="drawer-section-menu"><span></span><i class="touch-icon-menu"></i></a></li>
						</ul>
					</div>
				</div>
			</div>
			<div class="touch-toggle-content touch-top-home">
				<div class="drawer-section drawer-section-menu">
					<div class="touch-menu">
						<ul>
							<?php wp_nav_menu( array(
								'container'     => false,
								'items_wrap'    =>'%3$s',
								'theme_location'=> 'main',
								'walker'        => new wp_bootstrap_navwalker( true ),
								'fallback_cb'   => 'wp_bootstrap_navwalker::fallback'
                            ) ); ?>
							<?php //if(function_exists('wp_nav_menu')) wp_nav_menu(array('container' => false, 'items_wrap' => '%3$s', 'theme_location' => 'main')); ?>
						</ul>
					</div>
					<?php if( xintheme('search_header') ){?>
					<form id="mobile-search-form" action="<?php echo esc_url(home_url('/')); ?>">
						<fieldset>
							<input type="text" name="s" placeholder="<?php esc_html_e( 'Search Here...', 'dahuzi_theme' ); ?>" />
							<input type="submit" value="<?php esc_html_e( 'Search', 'dahuzi_theme' ); ?>" />
						</fieldset>	
					</form>
					<?php }?>
				</div>
			</div>
		</div>