Merge commit 'origin/master' into fusionax
[platal.git] / templates / events / index.tpl
index 6ac15f5..94fd518 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -27,7 +27,7 @@
 {else}
 
 <h1 id='pagetop'>
-Bienvenue {$smarty.session.prenom}{if $birthday}
+Bienvenue {$smarty.session.yourself_name}{if $birthday}
   &nbsp;et joyeux anniversaire de la part de toute l'équipe !
 {else},
 {/if}
@@ -74,7 +74,7 @@ Bienvenue {$smarty.session.prenom}{if $birthday}
 {if $fiche_incitation}
   <li>
     La dernière mise à jour de ta
-    <a href="profile/{$smarty.session.forlife}" class="popup2">fiche</a>
+    <a href="profile/{$smarty.session.hruid}" class="popup2">fiche</a>
     date du {$fiche_incitation|date_format}.
     Il est possible qu'elle ne soit pas à jour.
     Si tu souhaites la modifier, <a href="profile/edit">clique ici !</a>
@@ -106,7 +106,7 @@ Bienvenue {$smarty.session.prenom}{if $birthday}
       <td class="half titre" style="height: 18px; padding-top: 1px; padding-bottom: 1px;">
         {if $smarty.foreach.events.first}
         {if $smarty.session.core_rss_hash}
-        <a href="rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml" style="display:block;float:right" title="Annonces">
+        <a href="rss/{$smarty.session.hruid}/{$smarty.session.core_rss_hash}/rss.xml" style="display:block;float:right" title="Annonces">
           {icon name=feed title='fil rss'}
         </a>
         {else}
@@ -146,7 +146,7 @@ Bienvenue {$smarty.session.prenom}{if $birthday}
     <tr>
       <td class="half">
         {if $smarty.session.core_rss_hash}
-        <a href="rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml" style="display:block;float:right" title="Annonces">
+        <a href="rss/{$smarty.session.hruid}/{$smarty.session.core_rss_hash}/rss.xml" style="display:block;float:right" title="Annonces">
           {icon name=feed title='fil rss'}
         </a>
         {else}
@@ -243,8 +243,8 @@ Bienvenue {$smarty.session.prenom}{if $birthday}
           </a>
         </div>
         Annonce proposée par
-        <a href="profile/{$ev.forlife}" class="popup2">
-          {$ev.prenom} {$ev.nom} X{$ev.promo}
+        <a href="profile/{$ev.hruid}" class="popup2">
+          {$ev.prenom} {$ev.nom} {$ev.promo_display}
         </a>
       </td>
     </tr>