|
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/baticlean.net/../homez.762/../arti/../hernandez/js/../themes/templates/ |
| [ 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="header-container">
<header>
<?php include(RACINE_INTERFACE."/inc-top.php"); ?>
<div id="nav"><?php echo $metier->afficherMenuTop($bdd); ?></div>
</header>
</div><!-- #header-container -->
<div id="main-container">
<div class="container">
<?php
//Réseaux sociaux
echo addthis();
//navigation
$metier->navigation($bdd,$web,$model_p,$nom_p);
echo getContent($bdd, $web, $model_p, 0);
formulaireDeContact();
echo getContent($bdd, $web, $model_p, 1);
//constructionPage($bdd,$web,$model_p);
/*=======================================
getImg('taille', ordre, fancybox, groupe, clic, balise_conteneur);
taille : nom mis dans config.inc.php
ordre :
fancybox : 0 (inactif), 1 (actif)
groupe : '' (pas de groupe)
clic : 0 (non-cliquable), 1 (cliquable)
balise_conteneur : 'div', 'li', ...
===================================*/
echo getImg('medium', 1, 1, '', 1, '');
echo getImg('thumbs', 2, 1, 'groupe1', 1, '');
echo getImg('thumbs', 3, 1, 'groupe1', 1, '');
echo getImg('thumbs', 4, 1, 'groupe1', 1, '');
echo getImg('thumbs', 5, 1, 'groupe1', 1, '');
echo getImg('thumbs', 50, 1, 'groupe1', 1, '');
echo '<h2>(3-1000)</h2>';
echo getGal('thumbs', '(3-1000)', 1, 'groupe', 1, 'div');
echo '<h2>(3,4,5,1)</h2>';
echo '<ul>'.getGal('thumbs', '(3,4,5,1)', 1, 'groupe', 1, 'li').'</ul>';
?>
</div>
</div><!-- #main-container -->
<div id="footer-container">
<footer>
<?php include(RACINE_INTERFACE."/inc-footer.php"); ?>
</footer>
</div>
</div><!-- #footer-container -->
<?php
//****************************************************************************************
?>