diff options
-rw-r--r-- | phpBB/templates/subSilver/viewonline_body.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/viewonline_body.html b/phpBB/templates/subSilver/viewonline_body.html index fd8ce85052..9ad03ad9fb 100644 --- a/phpBB/templates/subSilver/viewonline_body.html +++ b/phpBB/templates/subSilver/viewonline_body.html @@ -26,9 +26,11 @@ <td class="gen" width="40%"> <a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a> </td> </tr> <!-- END reg_user_row --> + <!-- IF LEGEND neq '' --> <tr> <td colspan="3" class="row3"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> </tr> + <!-- ENDIF --> <tr> <td class="cat" colspan="3" height="28"><b class="cattitle">{TOTAL_GUEST_USERS_ONLINE}</b></td> </tr> |