|
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/construction/../hernandez/../deltreuilfreres.fr/css/../themes/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
//****************************************************************************************
// NE PAS TOUCHER A LA STRUCTURE DE LA TEMPLATE !
//****************************************************************************************
?>
<div id="page-main" class="<?php echo $body_class; ?>">
<div id="wrap">
<div id="wrapper">
<div id="top">
<?php include(RACINE_INTERFACE."/inc-top.php"); ?>
</div><!-- #top -->
<div id="contenu">
<div id="cont-r">
<div class="marge">
<div id="plan">
<img src="images/ttl-plan.jpg" width="320" height="40" alt="Plattrerie saint pierre de chignac">
<a href="plan-dacces-4.php" title="Plattrerie saint pierre de chignac"><img src="images/plan.jpg" width="320" height="200" alt="Plattrerie saint pierre de chignac"></a>
<div class="txt-plan">
La société Deltreuil Frères intervient à Saint-Pierre de Chignac pour des travaux de plâtrerie et de peinture.
</div>
</div><!--plan-->
</div><!--marge-->
</div><!--cont-r-->
<div id="cont-l">
<div id="ttl">
<h1><?php echo $h1; ?></h1>
</div><!--ttl-->
<div id="photos">
<?php echo '<ul>'.getGal('thumbs', '(1-4)', 1, 'groupe', 1, 'li').'</ul>'; ?>
</div><!--photos-->
</div><!--cont-l-->
<div class="texte">
<?php constructionPage($bdd,$web,$model_p); ?>
</div>
<div class="clear"></div>
</div><!--contenu-->
</div><!--wrappper-->
</div><!--wrap-->
<div id="footer">
<?php include(RACINE_INTERFACE."/inc-footer.php"); ?>
</div><!-- #footer -->
</div>
<?php
//****************************************************************************************
?>