site-accueil-insa/clubs.php

19 lines
No EOL
843 B
PHP

<?php
ob_start(); // Start reading html
?>
<main>
<div id="alert">
<a href="https://wiki.etud.insa-toulouse.fr/books/rejoindre-les-associations/page/rejoindre-les-serveurs-dassociations" class="link2" target="_wiki">>> Comment rejoindre une association ? <<</a>
</div>
<div class="pancarte">
<div class="title"><br><a href="https://amicale-insat.fr/clubs" target="_NEWWWWW" class="link_in_yellow_box">amicale-insat.fr/clubs</a></div>
</div>
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
</main>
<?php
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs","Chargement en cours ..."]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>