|
Server IP : 10.111.40.2 / Your IP : 216.73.217.145 Web Server : Apache System : Linux webd002.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : comimage ( 586) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/comimage/referencements.comimage/../gueryrichardmenuiserie.com/themes/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
//****************************************************************************************
// NE PAS TOUCHER A LA STRUCTURE DE LA TEMPLATE !
//****************************************************************************************
?>
<?php include(RACINE_INTERFACE."/inc-top.php"); ?>
<section id="content">
<div class="bg-top">
<div class="bg-top-2">
<div class="bg">
<div class="bg-top-shadow">
<div class="main">
<div class="gallery p3">
<div class="wrapper indent-bot">
<div class="wrapper">
<div class="formul">
<h3 class="p0">Contactez Nous </h3>
<?php formulaireDeContact(); ?>
</div>
<!-- formul -->
<div class="pl">
<h3 class="p0">Trouvez Nous</h3>
<?php echo '<iframe src="'.URL_GOOGLEMAP.'"></iframe>'; ?>
</div>
<!-- pl -->
</div>
<!-- wrapper -->
<br>
<div class="inner">
<div class="wrapper">
<span class="title img-indent3">Coordonnées</span>
<div class="extra-wrap indent-top2">
<strong>Adresse:</strong> <?php if(!empty($adresse1)) echo ADRESSE_1;?>, <?php if(!empty($cp_ville)) echo CP_VILLE; ?><br>
<strong>Téléphone:</strong> <?php if(!empty($coord_tel)) echo ' <a href="tel:'.TEL_NS.'">'.TEL.'</a><br>';?> <strong>Fax:</strong> <?php if(!empty($coord_fax)) echo 'Fax : '.FAX.'<br>'; ?><strong>E-mail:</strong> <?php if(!empty($coord_mail)) echo MAIL_CORRESPONDANCE; ?><br>
</div>
</div>
<!-- wrapper -->
</div>
<!-- inner -->
</div>
<!-- wrapper indent-bot -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include(RACINE_INTERFACE."/inc-footer.php"); ?>
<?php
//****************************************************************************************
?>