diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 2b8c9dc53a..b8ff092372 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -28,13 +28,13 @@

{AVATAR_IMG} {% EVENT memberlist_body_group_rank_before %} - {RANK_IMG} - - + {% if RANK_IMG %}{{ RANK_IMG }}{% endif %} + {% if GROUP_RANK %} + {% if not RANK_IMG %} {{ lang('GROUP_RANK') ~ lang('COLON') }} - - {GROUP_RANK} - + {% endif %} + {{ GROUP_RANK }} + {% endif %} {% EVENT memberlist_body_group_rank_after %}