Properly uses names (Closes #1192).
[platal.git] / templates / profile / trombino.tpl
index 581b4e9..1d9ed15 100644 (file)
 
 <h1>Trombinoscope</h1>
 
-<form enctype="multipart/form-data" action="photo/change" method="post">
+<form enctype="multipart/form-data" action="photo/change/{$hrpid}" method="post">
   {xsrf_token_field}
-  {if ($session.promo ge 1995) || ($session.promo le 2002)}
+  {assign var="profile" value=$smarty.session.user->profile()}
+  {if $profile && (($profile->yearpromo() ge 1995) || ($profile->yearpromo() le 2002))}
   <p>
   Si tu n'as pas encore fourni de photo, c'est celle du trombinoscope de l'X qui est
   affichée par défaut dans le profil. Si elle ne te plaît pas, ou si tu n'es quand même
     </tr>
     <tr>
       <td class="center">
-        <img src="photo/{$smarty.session.hruid}" width="200" alt=" [ PHOTO ] " />
+        <img src="photo/{$hrpid}" width="200" alt=" [ PHOTO ] " />
       </td>
       <td class="center half">
         {if $submited}
-        <img src="photo/{$smarty.session.hruid}/req" width="200" alt=" [ PHOTO ] " />
+        <img src="photo/{$hrpid}/req" width="200" alt=" [ PHOTO ] " />
         {else}
         Pas d'image soumise
         {/if}