forked from rebillar/site-accueil-insa
updated coms
This commit is contained in:
parent
4a105e6ebf
commit
a5f3bca37e
1 changed files with 2 additions and 2 deletions
2
coms.php
2
coms.php
|
@ -10,7 +10,7 @@ include "assets/fonts/color.php";
|
|||
<div class='title_com'><?= colored_text("Le Bureau") ?></div>
|
||||
<hr>
|
||||
<?php
|
||||
$fonction = ["Président", "Vice présidente", "Trésorier", "Secrétaire"];
|
||||
$fonction = ["Présidente", "Vice président", "Trésorier", "Secrétaire"];
|
||||
$prenom = ["Eléa", "Arthur", "Paul", "Cannelle"];
|
||||
$nom = ["Chavagneux-Maréchal", "Barbier", "Aversaing", "Pineau"];
|
||||
$mail = ["chavagneux-m@insa-toulouse.fr", "barbie@insa-toulouse.fr", "aversaing@insa-toulouse.fr", "pineaucannelle@gmail.com"];
|
||||
|
|
Loading…
Reference in a new issue