|
@@ -443,7 +443,7 @@ foreach ($Thread as $Key => $Post) {
|
443
|
443
|
<? } ?>
|
444
|
444
|
<col class="col_post_body" />
|
445
|
445
|
</colgroup>
|
446
|
|
- <tr class="colhead_dark">
|
|
446
|
+ <tr class="colhead_dark<?=(Permissions::is_mod($AuthorID)) ? " staff_post" : ""?>">
|
447
|
447
|
<td colspan="<?=Users::has_avatars_enabled() ? 2 : 1?>">
|
448
|
448
|
<div style="float: left;"><a class="post_id" href="forums.php?action=viewthread&threadid=<?=$ThreadID?>&postid=<?=$PostID?>#post<?=$PostID?>">#<?=$PostID?></a>
|
449
|
449
|
<?=Users::format_username($AuthorID, true, true, true, true, true, $IsDonorForum); echo "\n";?>
|