Uname:
Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software:
Apache
PHP version:
8.0.30 [ PHP INFO ] PHP os:
Linux
Server Ip:
145.239.37.162
Your Ip:
216.73.216.190
User:
dreampi (1009562) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<?php
/**
* The template to display default site header
*
* @package SPIN
* @since SPIN 1.0
*/
$spin_header_css = '';
$spin_header_image = get_header_image();
$spin_header_video = spin_get_header_video();
if ( ! empty( $spin_header_image ) && spin_trx_addons_featured_image_override( is_singular() || spin_storage_isset( 'blog_archive' ) || is_category() ) ) {
$spin_header_image = spin_get_current_mode_image( $spin_header_image );
}
?><header class="top_panel top_panel_default
<?php
echo ! empty( $spin_header_image ) || ! empty( $spin_header_video ) ? ' with_bg_image' : ' without_bg_image';
if ( '' != $spin_header_video ) {
echo ' with_bg_video';
}
if ( '' != $spin_header_image ) {
echo ' ' . esc_attr( spin_add_inline_css_class( 'background-image: url(' . esc_url( $spin_header_image ) . ');' ) );
}
if ( is_single() && has_post_thumbnail() ) {
echo ' with_featured_image';
}
if ( spin_is_on( spin_get_theme_option( 'header_fullheight' ) ) ) {
echo ' header_fullheight spin-full-height';
}
$spin_header_scheme = spin_get_theme_option( 'header_scheme' );
if ( ! empty( $spin_header_scheme ) && ! spin_is_inherit( $spin_header_scheme ) ) {
echo ' scheme_' . esc_attr( $spin_header_scheme );
}
?>
">
<?php
// Background video
if ( ! empty( $spin_header_video ) ) {
get_template_part( apply_filters( 'spin_filter_get_template_part', 'templates/header-video' ) );
}
// Main menu
get_template_part( apply_filters( 'spin_filter_get_template_part', 'templates/header-navi' ) );
// Mobile header
if ( spin_is_on( spin_get_theme_option( 'header_mobile_enabled' ) ) ) {
get_template_part( apply_filters( 'spin_filter_get_template_part', 'templates/header-mobile' ) );
}
// Page title and breadcrumbs area
if ( ! is_single() ) {
get_template_part( apply_filters( 'spin_filter_get_template_part', 'templates/header-title' ) );
}
// Header widgets area
get_template_part( apply_filters( 'spin_filter_get_template_part', 'templates/header-widgets' ) );
?>
</header>