|
Server IP : 10.111.40.2 / Your IP : 216.73.217.20 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/../sfb17/../macon2235.fr/../4dhabitat.fr/cms/../old/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="top">
<header>
<?php include(RACINE_INTERFACE."/inc-top.php"); ?>
</header>
</div><!-- #top -->
<div id="central">
<div id="reseau">
<div class="wrapper">
<div class="breadcrumb">
<?php $metier->navigation($bdd,$web,$model_p,$nom_p); ?>
</div>
<div class="social">
<?php echo addthis(); ?>
</div>
<div class="clear"></div>
</div><!-- .wrapper -->
</div><!-- #reseau -->
<div id="corps" class="wrapper">
<div class="ttl">
<h1><?php echo $h1; ?></h1>
</div>
<div class="cont-link">
<div class="photo">
<?php echo getGal('medium', 1, 1, 'groupe', 1, 'div'); ?>
</div>
<div class="txt">
<?php constructionPage($bdd,$web,$model_p); ?>
</div>
<div class="clear"></div>
<div id="galerie">
<div class="galerie">
<div class="gal">Galeries photos</div>
</div>
<div class="ph">
<?php echo '<ul>'.getGal('thumbs', '(2-5)', 1, 'groupe', 1, 'li').'</ul>'; ?>
</div>
</div><!-- #galerie -->
</div><!-- .cont-link -->
</div><!-- #corps -->
</div><!-- #central -->
<div id="footer">
<footer>
<?php include(RACINE_INTERFACE."/inc-footer.php"); ?>
</footer>
</div><!-- #footer -->
</div>
<?php
//****************************************************************************************
?>