H:
/
root
/
home
/
balajibaskar-001
/
www
/
NeochemicalsSub
/
wp-content
/
themes
/
legal-justice
/
up file
home
<?php /** * The Header for our theme. * * @package legal-justice */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php if (is_singular() && pings_open(get_queried_object())) : ?> <link rel="pingback" href="<?php echo esc_url(get_bloginfo('pingback_url')); ?>"> <?php endif; ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php do_action('wp_body_open'); ?> <a class="skip-link screen-reader-text" href="#content"><?php echo esc_html__('Skip to content', 'legal-justice'); ?></a> <div class="container-fluid"> <div class="row"> <div class="col-lg-3 col-md-3 col-12"> <div class="head-banner-img"> <div class="display_only"> <?php if (has_custom_logo()) : ?> <div class="site-logo"><?php the_custom_logo(); ?></div> <?php else : ?> <h1><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></h1> <p><?php bloginfo('description'); ?></p> <?php endif; ?> </div> </div> </div> <div class="col-lg-8 col-md-8 col-12"> <header id="Main-head-class" class="site-header"> <!-- before header hook --> <?php do_action('legal_justice-_before_header'); ?> <?php get_template_part('template-parts/header/header-file'); ?> </header> </div> </div> </div>