mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Dont' display legend if blank
git-svn-id: file:///svn/phpbb/trunk@3663 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
58b47c8312
commit
9699d62901
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue