Replace %HASH% in the newsletter with $hash/$login.
[platal.git] / templates / newsletter / nl.mail.tpl
index d32325e..cd6ecd3 100644 (file)
@@ -51,7 +51,7 @@
 --------------------------------------------------------------------
 
 {foreach from=$arts item=art}
-{$art->toText()}
+{$art->toText($hash, $alias)}
 
 {/foreach}
 {/foreach}
@@ -109,7 +109,7 @@ ne plus recevoir : <https://www.polytechnique.org/nl/out>
         {$nl->_cats[$cid]}
       </h1>
       {foreach from=$arts item=art}
-        {$art->toHtml()|smarty:nodefaults}
+        {$art->toHtml($hash, $alias)|smarty:nodefaults}
         <div class="top_lnk"><a href="{$prefix}#top_lnk">Revenir au sommaire</a></div>
       {/foreach}
       {/foreach}