![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/vw-sports/ |
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="content-vw"> * * @package VW Sports */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else{ do_action('wp_body_open'); } ?> <header role="banner"> <a class="screen-reader-text skip-link" href="#maincontent" ><?php esc_html_e( 'Skip to content', 'vw-sports' ); ?><span class="screen-reader-text"><?php esc_html_e( 'Skip to content', 'vw-sports' ); ?></span></a> <div class="home-page-header"> <?php get_template_part('template-parts/header/navigation'); ?> </div> </header> <?php if(get_theme_mod('vw_sports_loader_enable',false) == 1) { ?> <div id="preloader"> <div class="loader-inner"> <div class="loader-line-wrap"> <div class="loader-line"></div> </div> <div class="loader-line-wrap"> <div class="loader-line"></div> </div> <div class="loader-line-wrap"> <div class="loader-line"></div> </div> <div class="loader-line-wrap"> <div class="loader-line"></div> </div> <div class="loader-line-wrap"> <div class="loader-line"></div> </div> </div> </div> <?php } ?>