HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/sportpoint-hotel.ru/public_html/wp-content/themes/hotelone/header.php
<?php 
/**
 * The header for the HotelOne theme.
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Hotelone
 */
?>
<!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="http://gmpg.org/xfn/11">
	<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
	<?php endif; ?>
	<meta http-equiv="Content-Security-Policy">
	<?php wp_head(); ?>	
</head>
<body <?php body_class(); ?>>
<?php do_action( 'hotelone_before_site_start' ); ?>
<div id="wrapper">
	
	<?php 
	hotelone_header();
	?>