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.taxi-78.com
/
htdocs
/
pages
/
/srv/data/web/vhosts/www.taxi-78.com/htdocs/pages/index.php
<?php ob_start();?> <?php include "config/app.php" ?> <?php include "config/database.php" ?> <?php include "config/router.php" ?> <?php include "functions/mail.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> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-188402146-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-188402146-1'); </script> <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/icon.png" 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/animate.css"> <link rel="stylesheet" type="text/css" href="ressources/css/global.css"> <link rel="stylesheet" type="text/css" href="ressources/css/style.css"> <link rel="stylesheet" type="text/css" href="ressources/css/bxslider.css" /> <link rel="stylesheet" type="text/css" href="ressources/css/clockpicker.css" /> <link rel="stylesheet" href="ressources/css/lightbox.css"> <?php if($routes['reservation']) { ?> <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-theme/0.1.0-beta.10/select2-bootstrap.min.css" integrity="sha512-kq3FES+RuuGoBW3a9R2ELYKRywUEQv0wvPTItv3DSGqjpbNtGWVdvT8qwdKkqvPzT93jp8tSF4+oN4IeTEIlQA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> --> <?php } ?> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet"> <?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 id="backTotop"> <header> <div class="menu"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-12 col-xs-12"> <a href="<?=$routes['home']?>"> <img loading="lazy" src="img/logo_new.jpg" alt="logo alliance taxi" class="img-responsive" style="float: left;"> </a> </div> <div class="col-md-9 col-sm-12 col-xs-12"> <?php include "modules/navbar.php" ?> </div> </div> </div> </div> </header> <div class="backTotop"> <a href="#backTotop"> <i class="fa fa-angle-up"></i> </a> </div> <?php if( $slug!="reservation" && $slug!="home"){ echo' <div class="pink-gradient"> </div>'; } ?> <?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(); ?>