aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2019-10-04 14:19:45 +0200
committerJakub Senko <jakubsenko@gmail.com>2019-10-04 14:19:45 +0200
commita34334b74e3301ba07a86aa719b32884d230e06d (patch)
tree947dc2c618b6f944e54dfddc90a6fa49983c8236 /phpBB/styles
parentMerge pull request #5678 from rxu/ticket/16148 (diff)
downloadphpbb-a34334b74e3301ba07a86aa719b32884d230e06d.tar.gz
phpbb-a34334b74e3301ba07a86aa719b32884d230e06d.tar.bz2
phpbb-a34334b74e3301ba07a86aa719b32884d230e06d.zip
[ticket/16172] Add group rank label to group view
PHPBB3-16172
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html
index 745f9a58a8..088d837ba8 100644
--- a/phpBB/styles/prosilver/template/memberlist_body.html
+++ b/phpBB/styles/prosilver/template/memberlist_body.html
@@ -29,7 +29,7 @@
<!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ENDIF -->
{% EVENT memberlist_body_group_rank_before %}
<!-- IF RANK_IMG -->{RANK_IMG}<!-- ENDIF -->
- <!-- IF GROUP_RANK -->{GROUP_RANK}<!-- ENDIF -->
+ <!-- IF GROUP_RANK -->{{ lang('GROUP_RANK') ~ lang('COLON') }} {GROUP_RANK}<!-- ENDIF -->
{% EVENT memberlist_body_group_rank_after %}
</p>
<!-- ELSE -->