forked from vergnet/site-accueil-insa
insario
This commit is contained in:
parent
68cb383c24
commit
d065dc4857
2 changed files with 2 additions and 2 deletions
2
game.php
2
game.php
|
@ -21,6 +21,6 @@ ob_start(); // Start reading html
|
|||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "superPPA", ob_get_clean(), "", "game"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "INSARIO", ob_get_clean(), "", "game"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -130,7 +130,7 @@ if(!isset($relativepath)) {
|
|||
<!-- Top layer (LtR) -->
|
||||
<?php
|
||||
$co_y_0 = [0, 48.85, 97.7, 146.55, 195.4, 244.25, 293.1, 341.95, 390.8, 439.65, 488.5];
|
||||
$texte_y_0 = ["Accueil", "Planning", "Plan", "Lydia/Izly", "Blouse", "Pkpeach", "Boomario", "Les stats", "SuperPPA", "Prévention", ""];
|
||||
$texte_y_0 = ["Accueil", "Planning", "Plan", "Lydia/Izly", "Blouse", "Pkpeach", "Boomario", "Les stats", "INSARIO", "Prévention", ""];
|
||||
$lien_y_0 = ["index.php", "planning.php", "map.php", "lydia.php", "blouse.php", "team.php?team=pkpeach", "team.php?team=boomario", "stats.php", "game.php", "prevs.php", ""];
|
||||
for($i = 0; $i <= 10; $i++) {
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue