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.electricien-77.com
/
htdocs
/
//srv/data/web/vhosts/www.electricien-77.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]--> <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/global.css"> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,500" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="ressources/css/bxslider.css" /> <link rel="stylesheet" type="text/css" href="ressources/css/layout.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> */ ?> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-111853807-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-111853807-1'); </script> </head> <body > <header> <div id="fixphone"> <a href="tel:<?=$call_phone1?>" class="fixphone"><i class="fa fa-phone" aria-hidden="true"></i> <?=$conf_phone1?></a> </div> <div class="top"> <div class="container"> <div class="row"> <div class="col-sm-6"> <p><i class="fa fa-phone" aria-hidden="true"></i> <a href="tel:<?=$call_phone1?>"><?=$conf_phone1?></a></p> <p><i class="fa fa-clock-o" aria-hidden="true"></i> 24/7 pour toutes urgences</p> </div> <div class="col-sm-6 text-right"> <ul class="social"> <li><a class="fa fa-facebook"></a></li> <li><a class="fa fa-twitter"></a></li> <li><a class="fa fa-youtube"></a></li> <li><a class="fa fa-instagram"></a></li> </ul> </div> </div> </div> </div> <div class="menu"> <div class="container"> <div class="row"> <div class="col-sm-3 logo"> <a href="<?=$routes['home'];?>"><img src="img/logo.png" class="img-responsive" alt="Groupe Protec" /></a> <p style="font-size: 30px">Groupe Protec</p> </div> <div class="col-sm-9"> <?php include "modules/navbar.php"; ?> </div> </div> </div> </div> </header> <?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(); ?>