|
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/tdoconcept.com/../fichierinfecter/../kerromes.com/js/../themes/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
//****************************************************************************************
// NE PAS TOUCHER A LA STRUCTURE DE LA TEMPLATE !
//****************************************************************************************
?>
<div id="pageweb" class="<?php echo $body_class; ?>">
<div id="top">
<header>
<?php include(RACINE_INTERFACE . "/inc-top.php"); ?>
</header>
</div><!-- #top -->
<div id="central">
<div class="bloc-ttl container">
<div class="ttl">
<h1><?php echo $h1; ?></h1>
</div>
</div><!-- .ttl -->
<div id="corps">
<div id="section1" class="container">
<div class="photo1">
<?php echo getGal('photo1', '1', 1, 'groupe', 1, ''); ?>
</div>
<div class="texte1 wow slideInRight">
<?php echo getContent($bdd, $web, $model_p, 0); ?>
</div>
</div><!-- #section1 -->
<div id="section2">
<div class="sec2 container">
<div class="texte2">
<?php echo getContent($bdd, $web, $model_p, 1); ?>
</div>
<div class="conta2 wow bounce">
<a href="contact-3.php" title="KERROMES Saint-Cast-le Guildo"><img src="images/pic_contacter.png" width="154" height="154" alt="KERROMES Saint-Cast-le Guildo" /></a>
</div>
</div>
</div><!-- #section2 -->
<div id="section3" class="container">
<div class="texte3 wow slideInLeft">
<?php echo getContent($bdd, $web, $model_p, 2); ?>
</div>
<div class="photo3">
<ul>
<?php echo getGal('photo2', '2', 1, 'groupe', 1, 'li'); ?>
<li>
<div class="fb-page" data-href="https://web.facebook.com/kerromes.plomberie.chauffage.electricite?_rdc=1&_rdr" data-tabs="timeline" data-width="350" data-height="450" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://web.facebook.com/kerromes.plomberie.chauffage.electricite?_rdc=1&_rdr" class="fb-xfbml-parse-ignore"><a href="https://web.facebook.com/kerromes.plomberie.chauffage.electricite?_rdc=1&_rdr">Kerromes sarl</a></blockquote>
</div>
</li>
</ul>
</div>
</div><!-- #section3 -->
<div id="section4">
<div class="sec4 container">
<div class="photo4">
<?php echo getGal('photo1', '4', 1, 'groupe', 1, ''); ?>
</div>
<div class="texte4 wow slideInRight">
<?php echo getContent($bdd, $web, $model_p, 3); ?>
</div>
</div>
</div><!-- #section4 -->
<div id="section5" class="container">
<div class="texte5 wow slideInLeft">
<?php echo getContent($bdd, $web, $model_p, 4); ?>
</div>
<div class="photo5">
<?php echo getGal('photo1', '5', 1, 'groupe', 1, ''); ?>
</div>
</div> <!-- #section5 -->
<div id="section6">
<div class="container">
<div class="photo3">
<ul>
<?php echo getGal('photo2', '(6-7)', 1, 'groupe', 1, 'li'); ?>
</ul>
</div>
<div class="text-bot wow slideInLeft">
<?php echo getContent($bdd, $web, $model_p, 5); ?>
</div>
</div>
</div><!-- #section3 -->
<div id="plan-acces">
<?php echo '<iframe src="' . URL_GOOGLEMAP . '"></iframe>'; ?>
</div>
</div><!-- #corps -->
</div><!-- #central -->
<div id="footer">
<footer>
<?php include(RACINE_INTERFACE . "/inc-footer.php"); ?>
</footer>
</div><!-- #footer -->
</div><!-- #pageweb -->
<?php
//****************************************************************************************
?>