forked from rebillar/site-accueil-insa
29 lines
1.4 KiB
PHP
Executable file
29 lines
1.4 KiB
PHP
Executable file
<?php
|
|
ob_start(); // Start reading html
|
|
?>
|
|
<main>
|
|
<div class="zone_txt" align="left">
|
|
<p>Si jamais t'as perdu quelque chose, pas de problèmes ! Tu pourras trouver tout ce dont tu as besoin ici.</p>
|
|
<ul>
|
|
|
|
<li>
|
|
- <a download="Fiche-de-parrainage.pdf" href="assets/pdf/Fiche-parrainage-français-PDF.pdf" class="link">La fiche de parrainage</a> (<a download="Godfather-Godmother-Form.pdf" href="assets/pdf/Fiche-parrainage-version-anglais-PDF.pdf" class="link">Godfather/Godmother form</a>, <a download="Formulario-de-patrocinio.pdf" href="assets/pdf/Fiche-parrainage-espagnol-PDF.pdf" class="link">Formulario de patrocinio</a>)
|
|
</li>
|
|
|
|
<li>
|
|
- <a download="droit_image.pdf" href="assets/pdf/droit_image.pdf" class="link">Fiche de droit à l'image</a>
|
|
</li>
|
|
<li>
|
|
- <a download="plaquette.pdf" href="assets/pdf/Plaquette_Boomelix.pdf" class="link">La Plaquette Boomélix !</a>
|
|
</li>
|
|
<li>
|
|
- <a download="plaquette.pdf" href="assets/pdf/Plaquette_Cleopeks.pdf" class="link">La Plaquette CléoPeks !</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</main>
|
|
<?php
|
|
$infopage = ["", "Telechargements", ob_get_clean(), "", "downloads","Les Téléchargements"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
|
include("structure/template.php");
|
|
?>
|