| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/marenostrumingenieros.com/wp-content/themes/advtheme/ |
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 ADVtheme
*/
?>
<!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(); ?>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700" rel="stylesheet">
<?php
global $post;
$aux = $post->ID;
if ($aux != 650) {
echo '<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>';
}
?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'advtheme' ); ?></a>
<header id="masthead" class="site-header">
<div class="cuerpoheader">
<div id="logotop"><a href="<?php echo home_url(); ?>"><img src="<?php echo home_url(); ?>/wp-content/uploads/logotop.png"></a></div>
<!--<div id="logotop" class="fixed"><a href="<?php echo home_url(); ?>"><img src="<?php echo home_url(); ?>/wp-content/uploads/logotop-fixed.png"></a></div>-->
<div class="parte-der">
<?php if ( is_active_sidebar( 'contacto-cabecera' ) ) : ?>
<div id="contacto-cabecera">
<?php dynamic_sidebar( 'contacto-cabecera' ); ?>
</div>
<?php endif; ?>
<div class="limpiar"></div>
<nav id="site-navigation" class="main-navigation">
<!--<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><?php esc_html_e( 'Primary Menu', 'advtheme' ); ?></button>-->
<?php
wp_nav_menu( array(
'theme_location' => 'menu-1',
'menu_id' => 'primary-menu',
) );
?>
</nav><!-- #site-navigation -->
<div id="btn-menu-movil"><i class="fa fa-bars"></i></div>
<div class="sidenav" id="mySidenav">
<i class="fa fa-close" id="cerrar-sidenav"></i>
<?php
wp_nav_menu( array(
'theme_location' => 'menu-1',
'menu_id' => 'primary-menu',
) );
?>
<div class="contacto-slide">
<p><img src="<?php echo home_url(); ?>/wp-content/uploads/logo-mail-blanco.png"><a href="mailto:administracion@marenostrumingenieros.com">Contáctanos</a></p>
<p><img src="<?php echo home_url(); ?>/wp-content/uploads/logo-tel-blanco.png"><a href="tel:963612255">+34 963 612 255</a></p>
</div>
</div>
</div>
<div class="limpiar"></div>
</div>
<!--<div class="menu-desplegado">
<div class="limpiar"></div>
</div>-->
</header><!-- #masthead -->
<div id="overlaymenu"></div>
<div id="content" class="site-content">