| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/uxhactp/www/wp-content/themes/applica/ |
Upload File : |
<?php
/**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Applica
*/
?>
<!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 wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php do_action( 'applica_before_site' ); ?>
<div id="page" class="site">
<?php get_template_part( 'template-parts/header/loader' ); ?>
<?php $ed_header_ad = applica_get_option( 'ed_header_ad' );
if ($ed_header_ad) {
get_template_part( 'template-parts/header/welcome-screen-banner' );
} ?>
<?php get_template_part( 'template-parts/header/progressbar' ); ?>
<a class="skip-link screen-reader-text" href="#primary"><?php esc_html_e('Skip to content', 'applica'); ?></a>
<?php do_action( 'applica_before_header' ); ?>
<?php get_template_part('template-parts/header/theme-header'); ?>
<?php do_action( 'applica_before_content' ); ?>
<?php $is_banner_section = applica_get_option('enable_banner_section');
if ($is_banner_section && is_home() && !is_paged()) {
get_template_part('template-parts/front-page/banner-section');
}