|
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/garageautomobiles.fr/themes/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
//****************************************************************************************
// NE PAS TOUCHER A LA STRUCTURE DE LA TEMPLATE !
//****************************************************************************************
?>
<div id="page-main" class="wrap <?php echo $body_class; ?>">
<div id="pageweb">
<div id="header-container">
<header>
<?php include(RACINE_INTERFACE."/inc-top.php"); ?>
</header>
</div><!-- #header-container -->
<div id="central">
<div class="section1">
<div class="titre">
<h1><?php echo $h1; ?></h1>
</div>
<div class="text-phot">
<article>
<div class="photo">
<?php echo getImg('thumbs', 1, 1, '', 1, ''); ?>
</div>
<div class="texte">
<?php constructionPage($bdd,$web,$model_p); ?>
</div>
<div class="clear"></div>
</article>
</div>
</div>
<div class="section2">
<div class="coordonne">
<div class="left">
<p class="coord">Nos coordonnées</p>
<ul>
<li>
Garage Boulot
<p><?php if(!empty($adresse1) or !empty($cp_ville)) echo ADRESSE_1.'<br>'.CP_VILLE; ?></p>
<p class="tel">TEL : <?php if(!empty($coord_tel)) echo '<a href="tel:'.TEL_NS.'">'.TEL.'</a><br>';?></p>
<p class="fax">FAX : <?php if(!empty($coord_fax)) echo FAX.'<br>'; ?></p>
</li>
<li>
Garage Boulot
<p><?php if(!empty($adresse2)) echo ADRESSE_2.'<br>'?>85340 Olonne sur Mer</p>
TEL : <?php if(!empty($coord_gsm)) echo '<a href="tel:'.GSM_NS.'">'.GSM.'</a><br>';?>
</li>
</ul>
</div>
<div class="right">
<p class="horaires">Nos Horaires</p>
<p>Lundi au vendredi:</p>
<p>08h00 - 12h00<br>14h00 - 18h30</p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="footer-container">
<footer>
<?php include(RACINE_INTERFACE."/inc-footer.php"); ?>
</footer>
</div><!-- #footer-container -->
</div>
</div>
<?php
//****************************************************************************************
?>
