's'incrire' corrigé en 's'inscrire', message Google/Android ajouté dans le footer (jc)

This commit is contained in:
John Charron 2011-02-25 13:35:12 +01:00
parent d94383ff8a
commit 838b742638
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@
<a href="http://www.lirmm.fr/jeuxdemots/jdm-accueil.php">Jeux de mots</a> -
<a href="http://www.univ-montp2.fr/">Université Montpellier II</a> -
<a href="http://www.lirmm.fr/">Laboratoire d'Informatique, de Robotique et de Microélectronique de Montpellier</a> -
<a href="contact.php">Nous contacter</a>
<a href="contact.php">Nous contacter</a> -
Android is a trademark of Google Inc. Use of this trademark is subject to
<a href="http://www.google.com/permissions/index.html"> Google Permissions</a>
</p>
</div>

View File

@ -10,7 +10,7 @@
if(!isset($_SESSION['userId'])) // Menu hors connexion.
{?>
<a id="cnx" href="login.php">Se connecter</a>
<a id="cnx" href="signup.php">S'incrire</a>
<a id="cnx" href="signup.php">S'inscrire</a>
<?php }
else // Menu une fois connecté.