|
Server IP : 10.111.40.2 / Your IP : 216.73.216.232 Web Server : Apache System : Linux webd002.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : comimage ( 973271) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/comimage/fenetre22.fr/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="ttl">
<h1><?php echo $h1; ?></h1>
</div>
<div id="corps">
<div class="txt">
<?php echo getContent($bdd, $web, $model_p, 0); ?>
</div>
<div id="cont1" class="container wow shake">
<?php echo '<ul>'.getGal('thumbs1', '(1-4)', 1, 'groupe', 1, 'li').'</ul>'; ?>
</div><!-- #cont1 -->
<div id="cont2">
<div class="bloc-cont2 container">
<div class="ph1 wow slideInLeft">
<?php echo getGal('thumbs2', '5', 1, 'groupe', 1, 'div'); ?>
</div>
<div class="txt1 wow slideInRight">
<?php echo getContent($bdd, $web, $model_p, 1); ?>
</div>
</div><!-- .bloc-cont2 -->
</div><!-- #cont2 -->
<div id="cont3" class="container">
<ul>
<li class="liste1 wow slideInLeft">
<img src="images/liste/fenetre.png" width="200" height="200" alt="Menuiserie Lesne Ploufragan"/>
<p>FenĂȘtre</p>
</li>
<li class="liste2 wow bounceInDown">
<img src="images/liste/porte.png" width="200" height="200" alt="Menuiserie Lesne Ploufragan"/>
<p>Portes</p>
</li>
<li class="liste3 wow bounceInUp">
<img src="images/liste/store.png" width="200" height="200" alt="Menuiserie Lesne Ploufragan"/>
<p>Store banne</p>
</li>
<li class="liste4 wow slideInRight">
<img src="images/liste/volet.png" width="200" height="200" alt="Menuiserie Lesne Ploufragan"/>
<p>Volets</p>
</li>
</ul>
</div><!-- #cont3 -->
<div id="cont4">
<div class="cont4-inter container wow zoomIn">
<a href="/" title="Menuiserie Lesne Ploufragan"><img src="images/logo_bot.png" width="465" height="225" alt="Menuiserie Lesne Ploufragan"/></a>
</div>
</div><!-- #cont4 -->
</div><!-- #corps -->
</div><!-- #central -->
<div id="footer">
<footer>
<?php include(RACINE_INTERFACE."/inc-footer.php"); ?>
</footer>
</div><!-- #footer -->
</div><!-- #pageweb -->
<?php
//****************************************************************************************
?>