Linking to profile
This commit is contained in:
parent
fe7490fe5b
commit
9f1a967b8c
|
|
@ -145,7 +145,7 @@ function replaceTimespanVariable($t) {
|
|||
foreach($result as $res) {
|
||||
echo '<tr>';
|
||||
echo '<td>' . $currentRank . '</td>';
|
||||
echo '<td>' . $res['username'] . '</td>';
|
||||
echo '<td><a href="profile.php?username=' . $res['username'] . '">' . $res['username'] . '</a></td>';
|
||||
echo '<td>' . $res['points'] . '</td>';
|
||||
echo '</tr>';
|
||||
$currentRank++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue