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
/
www.chauffagiste-essonne.com
/
htdocs
/
/srv/data/web/vhosts/www.chauffagiste-essonne.com/htdocs/index.php
<?php ob_start();?> <?php include "config/app.php" ?> <?php include "config/mobile_detect.php" ?> <?php include "config/social.php" ?> <?php include "config/database.php" ?> <?php include "config/router.php" ?> <?php include "functions/mail.php" ?> <?php include "functions/page.php" ?> <?php include "functions/functions.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> <meta charset="UTF-8"> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <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/global.css"> <?php /* <link rel="stylesheet/less" type="text/css" href="ressources/less/bootstrap.less"> <script src="ressources/js/less-1.5.0.min.js" type="text/javascript"></script> */ ?> </head> <body> <div id="wrap-top"> <div class="container"> <div class="col-xs-10"> <p><i class="fa fa-phone"></i> : <?= $conf_phone1; ?></p> <p><i class="fa fa-envelope"></i> : <?= $conf_email; ?> </p> </div> <div class="col-xs-2 text-right"> <a href="" class="fa fa-google-plus-square"></a> <a href="" class="fa fa-twitter-square"></a> <a href="" class="fa fa-facebook-square"></a> <a href="" class="fa fa-youtube-square"></a> </div> </div> </div> <?php if ($slug=="") { include "modules/header-home.php"; } else{ include "modules/header.php"; } ?> <?php if($slug!=""){ include "modules/breadcrumbs.php"; } ?> <?php echo $content; ?> <?php include "modules/footer.php"; ?> <?php include "javascript-bottom.php" ?> </body> </html> <?php $db_client = null;//Fermeture de la base de données ?> <?php ob_end_flush(); ?>