| Server IP : 130.225.57.55 / Your IP : 216.73.216.60 Web Server : Apache System : Linux wp-vhost07 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /srv/www/reco2st.eu/https/wp-content/themes/erc04961/ |
Upload File : |
<?php
/**
* Header file common to all
* templates
*
*/
?>
<!doctype html>
<html class="site no-js" <?php language_attributes(); ?>>
<head>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#0698cd"/>
<title><?php wp_title(); ?></title>
<?php // replace the no-js class with js on the html element ?>
<script>document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/, 'js')</script>
<?php // load the core js polyfills ?>
<script async defer src="<?php echo get_template_directory_uri(); ?>/assets/js/core.js"></script>
<?php wp_head(); ?>
</head>
<body <?php body_class( 'site__body' ); ?>>
<?php // <body> closes in footer.php ?>
<?php get_template_part('elements/site-header'); ?>