Commit e6d0854e1cf37c7ca4a03a8675517eaffc8fbf9b

Authored by Erwan Nanrocki
1 parent 5738df30

derniere corretion sur un > a la place de ?>

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
topnavbar.php
... ... @@ -31,10 +31,10 @@
31 31 {
32 32 ?>
33 33 <p class="navbar-text navbar-right">Bienvenue,
34   - <a href="#identifient" class="navbar-link">test de modification</a> <!-- modifier "NOM DE LA PERSONNE" par celui qui s inscris + ajouter un lien aller au profil ? -->
  34 + <a href="#identifient" class="navbar-link">NOM DE LA PERSONNE</a> <!-- modifier "NOM DE LA PERSONNE" par celui qui s inscris + ajouter un lien aller au profil ? -->
35 35 <?php
36 36 //echo $nom ;
37   - >
  37 + ?>
38 38 </p>
39 39 <?php
40 40 }
... ...