|
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/baticlean.net/../alphacuisines.fr/../armfermetures.fr/css/../themes/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
//****************************************************************************************
// NE PAS TOUCHER A LA STRUCTURE DE LA TEMPLATE !
//****************************************************************************************
?>
<div id="pageweb" class="<?php echo $body_class; ?>">
<?php include(RACINE_INTERFACE."/inc-top.php"); ?>
<section id="top">
<div class="container">
<div id="ttl" class="wow bounceInDown">
<h1><?php echo $h1; ?></h1>
</div>
<!-- ttl -->
<div class="cont-txt">
<div class="txt wow bounceInRight">
<?php echo getContent($bdd, $web, $model_p, 0);?>
</div>
<div class="ph wow bounceInLeft">
<?php echo getGal('medium', 1, 1, 'groupe', 1, ''); ?>
</div>
</div>
<div class="presta wow bounceInUp">
<h2>Nos réalisations</h2>
<div class="row">
<div class="col-xs-12 col-sm-4 ph-presta">
<a href="<?php echo getUrl(10); ?>">
<img src="images/ph_presta.jpg" alt="" class="img-responsive">
<span>Menuiserie Alu / PVC</span>
</a>
</div>
<div class="col-xs-12 col-sm-4 ph-presta">
<a href="<?php echo getUrl(11); ?>">
<img src="images/ph_presta_1.jpg" alt="" class="img-responsive">
<span>Vérandas – Stores et Garde Corps</span>
</a>
</div>
<div class="col-xs-12 col-sm-4 ph-presta">
<a href="<?php echo getUrl(12); ?>">
<img src="images/ph_presta_2.jpg" alt="" class="img-responsive">
<span>Portes – Portails – Portes de garages</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="bot">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4 txt-bot wow bounceInDown">
<?php echo getContent($bdd, $web, $model_p, 1);?>
</div>
<div class="col-xs-12 col-sm-4 txt-bot wow bounceIn">
<?php echo getContent($bdd, $web, $model_p, 2);?>
</div>
<div class="col-xs-12 col-sm-4 ph-bot wow bounceInUp">
<?php echo getGal('thumbs', '(2-100)', 1, 'groupe', 1, ''); ?>
</div>
</div>
</div>
</section>
<?php include(RACINE_INTERFACE."/inc-footer.php"); ?>
</div>
<?php
//****************************************************************************************
?>
