diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-03-22 11:11:21 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-03-22 11:11:21 +0100 |
commit | 99a271f34b35581e8549888f75850c7be48e4d6a (patch) | |
tree | acafe5352def5029b4e70b1d8cf744159e1de3ad /phpBB | |
parent | e5205ba2f85ac05567ddb92d8eab6ba002d76375 (diff) | |
parent | 2005c339ff26bf189fb818f0e25d6c0954b9702a (diff) | |
download | forums-99a271f34b35581e8549888f75850c7be48e4d6a.tar forums-99a271f34b35581e8549888f75850c7be48e4d6a.tar.gz forums-99a271f34b35581e8549888f75850c7be48e4d6a.tar.bz2 forums-99a271f34b35581e8549888f75850c7be48e4d6a.tar.xz forums-99a271f34b35581e8549888f75850c7be48e4d6a.zip |
Merge remote-tracking branch 'nickvergessen/ticket/10717' into develop-olympus
* nickvergessen/ticket/10717:
[ticket/10717] Fix profile field sample in prosilverĀ“s memberlist_view.html
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/memberlist_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index cfec07cff0..2758a7e6cc 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -69,7 +69,7 @@ <!-- IF U_JABBER and S_JABBER_ENABLED --><dt>{L_JABBER}:</dt> <dd><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false;">{L_SEND_JABBER_MESSAGE}</a></dd><!-- ELSEIF USER_JABBER --><dt>{L_JABBER}:</dt> <dd>{USER_JABBER}</dd><!-- ENDIF --> <!-- IF S_PROFILE_FIELD1 --> <!-- NOTE: Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. --> - <dt>{postrow.PROFILE_FIELD1_NAME}:</dt> <dd>{postrow.PROFILE_FIELD1_VALUE}</dd> + <dt>{PROFILE_FIELD1_NAME}:</dt> <dd>{PROFILE_FIELD1_VALUE}</dd> <!-- ENDIF --> </dl> </div> |