From 2a87d43850f4c0064eb7794598ccadc883bc8f5f Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 5 Apr 2007 15:21:28 +0000 Subject: #9585 git-svn-id: file:///svn/phpbb/trunk@7283 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/memberlist_view.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver/template/memberlist_view.html') diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index 086eadc7f1..e8db269aaa 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -53,8 +53,10 @@
{L_ICQ}:
{L_SEND_ICQ_MESSAGE}{USER_ICQ}
{L_JABBER}:
{L_SEND_JABBER_MESSAGE}
{L_JABBER}:
{USER_JABBER}
- -
{custom_fields.PROFILE_FIELD_NAME}:
{custom_fields.PROFILE_FIELD_VALUE}
+ +
{postrow.PROFILE_FIELD1_NAME}:
{postrow.PROFILE_FIELD1_VALUE}
+ +
{custom_fields.PROFILE_FIELD_NAME}:
{custom_fields.PROFILE_FIELD_VALUE}
{L_ADD_FRIEND}
-- cgit v1.2.1