Commit 00872e67c729b39307d9d3e86fa1f92210fa513a

Authored by grouille
1 parent c71ae98a

Test

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
site/formInscription.php
... ... @@ -27,10 +27,10 @@ $groupes = getGroupes();
27 27 <select id="groupe" name="groupe" required />
28 28 <option> </option>
29 29 <?php
30   - foreach($groupes as $groupe)
  30 + /*foreach($groupes as $groupe)
31 31 {
32 32 echo "<option value=$groupe['id']>$groupe['nom']</option>";
33   - }
  33 + }*/
34 34 ?>
35 35 </select>
36 36 </td>
... ...
site/inscrire.php
1 1 <!DOCTYPE html>
2 2  
3 3 <html>
4   -<head>
5   -<?php include("head.php"); ?>
  4 + <head>
  5 + <?php include("head.php"); ?>
6 6 </head>
7 7  
8 8 <!-- Contenu du site -->
... ...