diff options
Diffstat (limited to 'phpBB/templates/Default/viewonline_body_guests.tpl')
-rw-r--r-- | phpBB/templates/Default/viewonline_body_guests.tpl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/phpBB/templates/Default/viewonline_body_guests.tpl b/phpBB/templates/Default/viewonline_body_guests.tpl deleted file mode 100644 index 6e7c62b150..0000000000 --- a/phpBB/templates/Default/viewonline_body_guests.tpl +++ /dev/null @@ -1,23 +0,0 @@ -<tr> - <td><table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> - <tr> - <td><table border="0" width="100%" cellpadding="3" cellspacing="1"> - <tr class="tableheader"> - <td colspan="4" align="center"><b>{L_ANONYMOUS_ONLINE}</b></td> - </tr> - <tr class="catheader"> - <td width="30%" align="center"> {L_USERNAME} </td> - <td width="30%" align="center"> {L_LASTUPDATE} </td> - <td width="40%" align="center"> {L_LOCATION} </td> - </tr> - <!-- BEGIN userguestrow --> - <tr bgcolor="{userguestrow.ROW_COLOR}" class="tablebody"> - <td width="30%"> {userguestrow.USERNAME} </td> - <td width="30%" align="center"> {userguestrow.LASTUPDATE} </td> - <td width="40%"><a href="{userguestrow.LOCATION_URL}"> {userguestrow.LOCATION} </a></td> - </tr> - <!-- END userguestrow --> - </table></td> - </tr> - </table></td> -</tr>
\ No newline at end of file |