Site de la semaine d'accueil
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

clubs.php 1.0KB

12345678910111213141516171819202122232425
  1. <?php
  2. ob_start(); // Start reading html
  3. ?>
  4. <main>
  5. <div id="alert">
  6. <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>
  7. </div>
  8. <div class="box-jaune">
  9. <span class="corners corners-top"></span>
  10. <span class="corners corners-bottom"></span>
  11. <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>
  12. <span class="circles circles-top"></span>
  13. <span class="circles circles-bottom"></span>
  14. </div>
  15. <iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
  16. </main>
  17. <?php
  18. $infopage = ["", "Les clubs", ob_get_clean(), "", "clubs"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
  19. include("structure/template.php");
  20. ?>