forked from vergnet/site-accueil-insa
redirection amicale sur club + up de coms.php
This commit is contained in:
parent
5969048e2a
commit
1159b3a7b1
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
|
||||
Y'a déjà tout là 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");
|
||||
|
|
8
coms.php
8
coms.php
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue