From cb21101266bc34847e77c1879fe47d01d3eb5983 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Thu, 11 Jan 2018 20:20:52 +0100 Subject: Rank icons --- html/pages/match_player.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'html/pages') diff --git a/html/pages/match_player.php b/html/pages/match_player.php index 55c1892..664bc88 100755 --- a/html/pages/match_player.php +++ b/html/pages/match_player.php @@ -1,4 +1,5 @@ Individual Match Stats for - '.FlagImage($country) .' '. htmlentities($playername) .' - '. RankImageOrText($pid, $playername, NULL, $gid, $gamename, true, '(%IT% in %GN% with %RP% ranking points)') .' -
+ +
+ '.FlagImage($country) .' '. htmlentities($playername) .' +
+
'. + RankImageOrText($pid, $playername, NULL, $gid, $gamename, true, '%IT% in %GN% with %RP% ranking points.') + .'
Player page '; -- cgit