From 9533d793aba3359b6ffcbfa5aa2f12f43aa84324 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 19 Jun 2010 02:54:36 +0200 Subject: [PATCH] Displays phone numbers further from the emails in the profile. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/profile/profile.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/profile/profile.tpl b/templates/profile/profile.tpl index 9d0a9b5..ba0be60 100644 --- a/templates/profile/profile.tpl +++ b/templates/profile/profile.tpl @@ -149,7 +149,9 @@ function chgMainWinLoc(strPage) {/if} {if count($phones) > 0} +
{display_phones tels=$phones dcd=$profile->isDead()} +
{/if}
-- 2.1.4