the disabled checkbox gave the impression that, under some circumstances, transmission to
[platal.git] / templates / include / form.valid.homonymes.tpl
index 574d45a..a076135 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -30,7 +30,7 @@
   <td class="titre">Homonymes :</td>
   <td>
     {foreach from=$valid->homonymes_forlife item=o}
-    <a href='{rel}/fiche.php?user={$o}' class='popup2'>{$o}</a>
+    <a href='profile/{$o}' class='popup2'>{$o}</a>
     {/foreach}
   </td>
 </tr>