forked from vergnet/site-accueil-insa
fixed game page
This commit is contained in:
parent
3bfb8edc98
commit
4125628e97
1 changed files with 1 additions and 1 deletions
2
game.php
2
game.php
|
@ -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");
|
||||
?>
|
Loading…
Reference in a new issue