forked from vergnet/site-accueil-insa
8 lines
No EOL
363 B
PHP
8 lines
No EOL
363 B
PHP
<?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");
|
|
?>
|