First components for project - User Interface

This commit is contained in:
ccunatbrule
2023-02-02 16:28:06 +01:00
committed by GitHub
parent 9a513b128e
commit 9c9b508096
45 changed files with 1148 additions and 0 deletions

9
profil.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
include_once('./vue/header.html');
include_once('./modele/connexion_sql.php');
if (!isset($_GET['section']) OR $_GET['section'] == 'index')
{
include_once('./controleur/membre/profil/index.php');
}
include_once('./vue/footer.html');