File: /home/alfouzantranspor/public_html/wp-content/themes/star-hotel/header.php
<?php
/**
* Header file for the Star Hotel theme.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Star Hotel
* @since 0.1
*/
?><!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 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 wp_body_open(); ?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'star-hotel' ); ?></a>
<?php
get_template_part('template-parts/sections/section','header');
if ( !is_page_template( 'templates/template-frontpage.php' ) ) {
starhotel_breadcrumbs_style();
}
?>
<div id="content" class="starhotel-content">