| Current Path : /home/happyrenas/old/devis-huissier.fr/old/includes/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/devis-huissier.fr/old/includes/header.php |
<!doctype html>
<html>
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K3M2LPJ');</script>
<!-- End Google Tag Manager -->
<title><?php echo $pageTitle; ?></title>
<meta name='description' content="<?php echo $pageDescription; ?>"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="components/images/icons/icone.png"/>
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"/>
<link rel="stylesheet" href="components/css/app.css" type="text/css" media="screen"/>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K3M2LPJ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="header <?php echo $page;?>">
<nav class="blanc bg">
<div class="container">
<div class="row">
<p class="col-md-4 col-sm-5 col-xs-8" id="logo">
<a href="https://www.devis-huissier.fr/"><img src="components/images/logo-devis-huissier.png" alt="Logo Devis-Huissier.fr / Les huissiers de France en Express" class="img-responsive"></a>
</p>
<p class="visible-xs visible-sm col-xs-4 col-sm-7">
<button id="bt-menu">
<img src="components/images/icons/menu.png" alt="Icone Menu" class="menu-icone">
<img src="components/images/icons/close.png" alt="Icone Close" class="close-icone">
</button>
</p>
<ul class="col-md-8 col-xs-12" id="menu">
<li <?php if($page=="accueil") {echo 'class="active"';} ?>>
<a href="<?php echo $NAV_accueil; ?>" title="<?php echo $NAV_TITLE_accueil; ?>">DEVIS</a>
</li>
<li <?php if($page=="tarifs") {echo 'class="active"';} ?>>
<a href="<?php echo $NAV_tarifs; ?>" title="<?php echo $NAV_TITLE_tarifs; ?>">TARIFS DES HUISSIERS</a>
</li>
<li <?php if($page=="annuaire") {echo 'class="active"';} ?>>
<a href="<?php echo $NAV_annuaire; ?>" title="<?php echo $NAV_TITLE_annuaire; ?>">ANNUAIRE</a>
</li>
<li <?php if($page=="contact") {echo 'class="active"';} ?>>
<a href="<?php echo $NAV_contact; ?>" title="<?php echo $NAV_TITLE_contact; ?>">CONTACTEZ-NOUS</a>
</li>
</ul>
</div>
</div>
</nav>