color usernames in sendprivate.php replies

[fixes #54]
This commit is contained in:
Xkeeper 2018-12-11 16:19:32 -08:00
parent 3ffa4370e8
commit b31be62ba7
No known key found for this signature in database
GPG Key ID: 397C04773ABE4045

View File

@ -57,7 +57,7 @@
$postlist=" $postlist="
$tccellh width=150>User</td> $tccellh width=150>User</td>
$tccellh>Message<tr> $tccellh>Message<tr>
$tcellbg><a href=profile.php?id=$user[id]>$user[name]</a>$smallfont<br> $tcellbg><a href=profile.php?id=$user[id] style='color: ". getnamecolor($user['sex'],$user['powerlevel'], false) .";'>$user[name]</a>$smallfont<br>
Posts: $postnum$user[posts]</td> Posts: $postnum$user[posts]</td>
$tcellbg>".doreplace2($msg[text])."<tr> $tcellbg>".doreplace2($msg[text])."<tr>
"; ";