From c019e01c37d9d76581d5d50fe8a1d13a6e53b301 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 22 Jun 2010 22:55:25 +0200 Subject: [PATCH] Displays name in .net subscription template. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/xnetgrp/inscrire.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/xnetgrp/inscrire.tpl b/templates/xnetgrp/inscrire.tpl index 37f3ad8..f20f07e 100644 --- a/templates/xnetgrp/inscrire.tpl +++ b/templates/xnetgrp/inscrire.tpl @@ -87,11 +87,11 @@ Merci d'avance d'avoir la gentillesse de valider mon inscription. Bien cordialement, {assign var="profile" value=$smarty.session.user->profile()} -{$smarty.session.prenom} {$smarty.session.nom} ({$profile->promo()}) +{$profile->fullname("promo")} -- Ma fiche sur Polytechnique.org : -https://www.polytechnique.org/profile/{$smarty.session.hruid} +https://www.polytechnique.org/profile/{$profile->hrpid}
-- 2.1.4