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.volley92.asso.fr
/
htdocs
/
/srv/data/web/vhosts/www.volley92.asso.fr/htdocs/index.php
<?php ob_start();?> <?php session_start();?> <?php //session_destroy(); ?> <?php include "config/app.php" ?> <?php if($conf_client_database): ?> <?php include "config/database.php" ?> <?php endif;?> <?php include "config/router.php" ?> <?php include "functions/mail.php" ?> <?php include "functions/functions.php" ?> <?php include "functions/resize_img.php" ?> <?php include "functions/optimize_img.php" ?> <?php include "functions/pagination.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-184466822-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-184466822-1'); </script> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <!-- <base href="<?=$base?>"> --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" href="img/favicon.png" type="image/x-icon" /> <title><?=$conf_title?></title> <meta name="description" content="<?php echo $conf_description?>" /> <meta name="keywords" content="<?php echo $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/bootstrap-clockpicker.min.css" /> <link rel="stylesheet" type="text/css" href="ressources/css/bootstrap-datepicker.min.css" /> <link rel="stylesheet" type="text/css" href="ressources/css/blueimp-gallery.min.css" /> <link rel="stylesheet" type="text/css" href="ressources/css/owl.carousel.min.css" /> <link rel="stylesheet" type="text/css" href="ressources/css/owl.theme.default.min.css" /> <link href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> <!-- <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/global.min.css"> </head> <body> <header <?php if($slug == ""): ?> class="" <?php endif;?>> <div <?php if($slug == ""): ?> class="d-none" <?php else:?> class="menu-top" <?php endif;?>> <div class="container"> <div class="row"> <div class="col-md-4"> <a href="<?=$routes['contact']?>"> <span class="contact-icon"> <i class="far fa-envelope"></i> </span> <?= $conf_email?> </a> </div> <div class="col-md-4"> <a href="tel:<?= $call_phone1 ?>"> <span class="contact-icon"> <i class="fas fa-phone"></i> </span> <?= $conf_phone1?> </a> </div> <div class="col-md-4 text-right top-social"> <span class="contact-icon"> <a href="https://www.facebook.com/cdvolley92/"> <i class="fab fa-facebook"></i> </a> </span> <span class="contact-icon"> <a href="https://twitter.com/ffvolley?lang=fr"> <i class="fab fa-twitter"></i> </a> </span> <span class="contact-icon"> <a href="https://www.instagram.com/cdvolley92/"> <i class="fab fa-instagram"></i> </a> </span> </div> </div> </div> </div> <div <?php if($slug == ""): ?> class="d-none" <?php else:?> class="menu" <?php endif;?>> <div class="container-fluid"> <?php include "modules/navbar.php"; ?> </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(); ?>