2006 => 2007 Happy New Year\!
[platal.git] / templates / include / form.valid.listes.tpl
index a9002a9..025b347 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -54,7 +54,7 @@
   <td class="titre">Gestionnaires&nbsp;:</td>
   <td>
     {foreach from=$valid->owners item=o}
-    <a href="{rel}/profile/{$o}" class="popup2">{$o}</a>
+    <a href="profile/{$o}" class="popup2">{$o}</a>
     {/foreach}
   </td>
 </tr>
@@ -62,7 +62,7 @@
   <td class="titre">Membres&nbsp;:</td>
   <td>
     {foreach from=$valid->members item=o}
-    <a href="{rel}/profile/{$o}" class="popup2">{$o}</a>
+    <a href="profile/{$o}" class="popup2">{$o}</a>
     {/foreach}
   </td>
 </tr>