Site de la semaine d'accueil 2023
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.

com_page.php 709B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. ob_start(); // Start reading html
  3. //include "assets/fonts/color.php";
  4. ?>
  5. <main>
  6. <div class="zone_txt">
  7. <a href="parrainage.php">
  8. <span>
  9. Le parrainage
  10. </span>
  11. </a>
  12. <a href="anim.php">
  13. <span>
  14. Com'anim
  15. </span>
  16. </a>
  17. <a href="com_ville.php">
  18. <span>
  19. Com'ville<br>
  20. </span>
  21. </a>
  22. </div>
  23. </main>
  24. <?php
  25. $infopage = ["", "Page des com's", ob_get_clean(), "", "com_page","Messages des COM's"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
  26. include("structure/template.php");
  27. ?>