| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/wp-content/themes/zugan/ |
Upload File : |
<?php
/**
* @author RadiusTheme
* @since 1.0
* @version 1.0
*/
?>
<!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="https://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php
// Preloader
if ( ZuganTheme::$options['preloader'] == '1' ){
if ( !empty( ZuganTheme::$options['preloader_image']['url'] ) ) {
$preloader_img = ZuganTheme::$options['preloader_image']['url'];
echo '<div id="preloader" style="background-image:url(' . esc_url( $preloader_img ) . ');"></div>';
}
else { ?>
<div id="preloader">
<div class="preloader-wrap">
<div class="preloader-content">
<div class="circle"></div>
</div>
</div>
</div>
<?php }
}
?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'zugan' ); ?></a>
<header id="masthead" class="site-header">
<div id="header-<?php echo esc_attr( ZuganTheme::$header_style ); ?>" class="header-area header-fixed ">
<?php if ( ZuganTheme::$top_bar == 1 || ZuganTheme::$top_bar == 'on' ){ ?>
<?php get_template_part( 'template-parts/header/header-top', ZuganTheme::$top_bar_style ); ?>
<?php } ?>
<?php if ( ZuganTheme::$header_opt == 1 || ZuganTheme::$header_opt == 'on' ){ ?>
<?php get_template_part( 'template-parts/header/header', ZuganTheme::$header_style ); ?>
<?php } ?>
</div>
</header>
<div id="meanmenu"></div>
<div id="header-area-space"></div>
<div id="header-search" class="header-search">
<button type="button" class="close">×</button>
<?php get_search_form(); ?>
</div>
<div id="content" class="site-content">
<?php
if ( ZuganTheme::$has_banner == '1' || ZuganTheme::$has_banner == 'on' ) {
get_template_part('template-parts/content', 'banner');
}
?>