forked from rebillar/site-accueil-insa
15 lines
No EOL
930 B
PHP
15 lines
No EOL
930 B
PHP
<?php
|
|
ob_start(); // Start reading html
|
|
?>
|
|
<main>
|
|
|
|
<!-- Un peu dégueu les line break mais c'est ça qu'on aime <3-->
|
|
<br><br><br>
|
|
|
|
<iframe id="iframelarge" mozallowfullscreen="true" allow="autoplay; fullscreen" name="SuperPPA : Back To School" scrolling="no" msallowfullscreen="true" allowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true" marginheight="px" marginwidth="320px" src="https://etud.insa-toulouse.fr/~superPPA/Web/index.html" class="iframe_game" width="1280px" height="720px" frameborder="0"></iframe>
|
|
|
|
</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
|
|
include("structure/template.php");
|
|
?>
|