From aacc771b2867676ec50dfea7817384d0acf7cd55 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 77c86cd..ab5c48e 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