fixed game page

This commit is contained in:
thaaoblues 2023-05-02 22:05:22 +02:00
parent 3bfb8edc98
commit 4125628e97

View file

@ -10,6 +10,6 @@ ob_start(); // Start reading html
</main>
<?php
$infopage = ["", "INSARIO", ob_get_clean(), "", "game","<a href='https://www.etud.insa-toulouse.fr/~clubinfo/' class="link_in_yellow_box" target="_wiki">>> Ce jeu vous est proposé par le club info !! <<</a>"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
$infopage = ["", "INSARIO", ob_get_clean(), "", "game","<a href='https://www.etud.insa-toulouse.fr/~clubinfo/' class=\"link_in_yellow_box\" target=\"_wiki\">>> Ce jeu vous est proposé par le club info !! <<</a>"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
include("structure/template.php");
?>