Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs_backup
/
htdocs
/
palais91
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs_backup/htdocs/palais91/index.php
<?php ob_start();?> <?php include "config/app.php" ?> <?php include "config/router.php" ?> <?php include "functions/mail.php" ?> <?php include "functions/functions.php" ?> <?php include "functions/page.php" ?> <?php include "config/database.php" ?> <?php include $page; ?> <!doctype html> <html lang="fr"> <!--[if lte IE 7]> <html class="no-js ie67 ie678" lang="fr"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 ie678" lang="fr"> <![endif]--> <!--[if IE 9]> <html class="no-js ie9" lang="fr"> <![endif]--> <!--[if gt IE 9]> <html class="no-js" lang="fr"> <![endif]--> <head> <!-- Commentaire Test --> <meta charset="UTF-8"> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="<?=$base?>"> <link rel="icon" href="img/favicon.ico" type="image/x-icon" /> <title><?=$conf_title?></title> <meta name="description" content="<?=$conf_description?>" /> <meta name="keywords" content="<?=$conf_keywords?>" /> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="ressources/css/font-awesome.css"> <link rel="stylesheet" type="text/css" href="ressources/css/bootstrap.css"> <link href="ressources/css/lightbox.css" rel="stylesheet" /> </head> <body> <header> <div id="headerTop"> <div class="container"> <a href="<?=$routes['devis']?>" class="pull-left devis">Je demande mon devis en ligne</a> <?php if ($slug=="palais-77") {?> <div id="phone" class="pull-right"><span class="fa fa-phone fa-fw"></span> 01 64 32 76 90 <br class="visibilite">- <span class="fa fa-phone fa-fw"></span> 07 63 09 12 12 <br class="visibilite">- <span class="fa fa-phone fa-fw"> </span>06 99 20 43 43 </div> <?php }else{?> <div id="phone" class="pull-right"><span class="fa fa-phone fa-fw"></span> <?=$conf_phone1?><br class="visibilite"/> - <span class="fa fa-phone fa-fw"></span> <?=$conf_phone2?><br class="visibilite"/> - <span class="fa fa-phone fa-fw"></span> 07 64 72 10 10 </div> <?php }?> </div> </div> <div id="headerMiddle"> <div class="container"> <div id="logo"> <a href="<?=$routes['home']?>"><img src="img/logo.jpg" alt="Logo"></a> </div> </div> <div id="navbar"> <?php include "modules/navbar.php" ?> </div> </div> </div> <div class="hidden-xs"> <?php if($slug=="")include "modules/carousel.php"; ?> </div> </header> <?php echo $content; ?> <footer> <?php include "modules/footer.php"; ?> </footer> <?php include "javascript-bottom.php" ?> </body> </html> <?php $db_client = null;//Fermeture de la base de données ?> <?php ob_end_flush(); ?>