| 166 |
<?= $status_str; ?> |
<?= $status_str; ?> |
| 167 |
</td> |
</td> |
| 168 |
<td width="16%" class="dark"> |
<td width="16%" class="dark"> |
| 169 |
<a class="s2" href="show_profile.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' title="<?= $article["username"]; ?>" target=_blank> |
<a class="s2" href="view_user.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' title="<?= $article["username"]; ?>" target=_blank> |
| 170 |
<?= $article["nickname"]; ?> |
<?= $article["nickname"]; ?> |
| 171 |
</a> |
</a> |
| 172 |
</td> |
</td> |
| 178 |
if ($article["reply_count"] > 0) |
if ($article["reply_count"] > 0) |
| 179 |
{ |
{ |
| 180 |
?> |
?> |
| 181 |
<a class="s2" href="show_profile.php?uid=<?= $article["last_reply_uid"]; ?>" onclick='return <?= ($last_reply_user_viewable ? "true" : "false"); ?>' title="<?= $article["last_reply_username"]; ?>" target=_blank> |
<a class="s2" href="view_user.php?uid=<?= $article["last_reply_uid"]; ?>" onclick='return <?= ($last_reply_user_viewable ? "true" : "false"); ?>' title="<?= $article["last_reply_username"]; ?>" target=_blank> |
| 182 |
<?= $article["last_reply_nickname"]; ?> |
<?= $article["last_reply_nickname"]; ?> |
| 183 |
</a> |
</a> |
| 184 |
<?php |
<?php |