X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=index.php;h=e1d6fb1802d8a66fd2d2e25f62ec61acb7cb75a9;hb=757f317d1142c66678ac45e6346b961700b10c77;hp=8d6c578c04703d9422b0fb1a39f95010566dc02f;hpb=96ad00a7adb7626acc3328b0669eb58e54c1381b;p=cl7.git diff --git a/index.php b/index.php index 8d6c578..e1d6fb1 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@ 'Accueil', @@ -33,6 +34,11 @@ echo ''; + '; + echo ''; + echo ''; + ?> Corcelles-Lan 7 @@ -72,42 +78,42 @@ echo ''; ?>
-
+
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';