redirection amicale sur club + up de coms.php

This commit is contained in:
Baptiste Rebillard 2022-03-26 16:36:12 +01:00
parent 5969048e2a
commit 1159b3a7b1
2 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?php
ob_start(); // Start reading html
?>
Y'a déjà tout dessus : <a href="https://amicale-insat.fr/clubs" target="_NEWWWWW">amicale-insat.fr/clubs</a>
<?php
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");

View file

@ -116,11 +116,17 @@ ob_start(); // Start reading html
["elisaubin22@gmail.com", "fannyhazerasup@gmail.com"]);
respo(
"Respo com graphisme/web",
"Respo com graphisme",
["Guilhem", "Akinlami-Gallagher", "Baptiste"],
["Rebejac (resp graphisme)", "Ciaran (resp graphisme)", "Rébillard (resp web)"],
["rebejac@insa-toulouse.fr", "clj.akinlami@gmail.com", "rebillar@insa-toulouse.fr"]);
respo(
'Respo info (com graphisme)',
["Baptiste", "Guillaume"],
["Rébillard", "Joffre"],
["rebillar@insa-toulouse.fr", "gjoffre@insa-toulouse.fr"]);
?>
</main>