X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=index.php;h=575f4b019667091219b2dada5da4ca78a5e1b225;hb=7ba28ff47a9cec801736677a79b3bf4d3a5adb03;hp=8d6c578c04703d9422b0fb1a39f95010566dc02f;hpb=96ad00a7adb7626acc3328b0669eb58e54c1381b;p=cl7.git diff --git a/index.php b/index.php index 8d6c578..575f4b0 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@ - 'Accueil', 'jeux_joues' => 'Jeux joués', 'inscription' => 'Inscription', - 'inscrits' => 'Inscrits', + 'inscrits' => 'Inscrits', 'http://www.euphorik.ch/#page="minichat";conv=[1642]' => 'Chat', 'contacts' => 'Contacts', #'mods' => 'Mods', @@ -33,10 +34,15 @@ echo ''; - Corcelles-Lan 7 - + '; + echo ''; + echo ''; + ?> + Corcelles-Lan 7 + - + @@ -44,70 +50,74 @@ echo '';
-
-
- 1 ? 's' : ''; - echo "Il reste ", $nb_places_libres, " place", $s, " libre", $s; - } - ?> -
- Corcelles-Lan 7 +
+
+ 1 ? 's' : ''; + echo "Il reste ", $nb_places_libres, " place", $s, " libre", $s; + } + ?> +
+ Corcelles-Lan 7
-
'; + include("php/menu_droit.php"); + echo '
'; + } switch ($page) { case 'acceuil': - include("tx_informations.php"); + include("php/tx_informations.php"); break; case 'jeux_joues' : - include("tx_jeux_joues.php"); + include("php/tx_jeux_joues.php"); break; case 'inscription' : if (Participant::nombre_participant_max_atteint() && !$le_participant->valide) echo 'Nous sommes désolés, il n\'y a plus de places libres'; else - include("tx_inscription.php"); + include("php/tx_inscription.php"); break; case 'inscrits' : - include("tx_inscrits.php"); + include("php/tx_inscrits.php"); break; case 'tournoi' : - include("tx_tournoi.php"); + include("php/tx_tournoi.php"); break; case 'intranet' : - include("tx_intranet.php"); + include("php/tx_intranet.php"); break; case 'bienvenue' : - include("tx_bienvenue.php"); + include("php/tx_bienvenue.php"); break; case 'contacts' : - include("tx_contacts.php"); + include("php/tx_contacts.php"); break; case 'photos' : - include("tx_photos.php"); + include("php/tx_photos.php"); break; case 'pizzas': - include("pizzas.php"); + include("php/pizzas.php"); break; default : echo 'erreur, page introuvable';