site-accueil-insa/clubs.php
2022-06-11 12:43:31 +02:00

21 lines
No EOL
850 B
PHP

<?php
ob_start(); // Start reading html
?>
<main>
<div class="box-jaune">
<span class="corners corners-top"></span>
<span class="corners corners-bottom"></span>
<div class="title">Chargement en cours ...<br><a href="https://amicale-insat.fr/clubs" target="_NEWWWWW" class="link_in_yellow_box">amicale-insat.fr/clubs</a></div>
<span class="circles circles-top"></span>
<span class="circles circles-bottom"></span>
</div>
<section>
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
</section>
</main>
<?php
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>