<?php
$page_id=6;
$mysqli=new sqlite3('admin_lgos/bdd_lgos.sq3');
include ('config.php');
include ('html1.php');
include ('topbar.php');
include ('navbar.php');
include ('header2.php');
include ('contact_contact.php');
include ('footer.php');
unset($mysqli);
include ('html2.php');
?>