From 7e4af57223e418b9f81608ff6cd1e59b23496a8b Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 27 May 2008 20:36:16 +0200 Subject: [PATCH] Some old code interfered with the new one... Signed-off-by: Florent Bruneau --- templates/newsletter/edit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/newsletter/edit.tpl b/templates/newsletter/edit.tpl index ce58eea..1fe78da 100644 --- a/templates/newsletter/edit.tpl +++ b/templates/newsletter/edit.tpl @@ -116,7 +116,7 @@ {foreach from=$arts item=art} -
{$art->toText($smarty.session.prenom,$smarty.session.nom,$smarty.session.femme)}
+
{$art->toText('%hash%','%login%')}
Pos: {$art->_pos}
-- 2.1.4