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
4
coms.php
4
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"];
|
||||
|
@ -138,4 +138,4 @@ include "assets/fonts/color.php";
|
|||
<?php
|
||||
$infopage = ["", "Com's", ob_get_clean(), "", "coms","<h1>Les Com's</h1>La liste des responsables (les meilleurs, objectivement ^^)"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue