aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/viewonline_body_guests.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Default/viewonline_body_guests.tpl')
-rw-r--r--phpBB/templates/Default/viewonline_body_guests.tpl23
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">&nbsp;{L_USERNAME}&nbsp;</td>
- <td width="30%" align="center">&nbsp;{L_LASTUPDATE}&nbsp;</td>
- <td width="40%" align="center">&nbsp;{L_LOCATION}&nbsp;</td>
- </tr>
- <!-- BEGIN userguestrow -->
- <tr bgcolor="{userguestrow.ROW_COLOR}" class="tablebody">
- <td width="30%">&nbsp;{userguestrow.USERNAME}&nbsp;</td>
- <td width="30%" align="center">&nbsp;{userguestrow.LASTUPDATE}&nbsp;</td>
- <td width="40%"><a href="{userguestrow.LOCATION_URL}">&nbsp;{userguestrow.LOCATION}&nbsp;</a></td>
- </tr>
- <!-- END userguestrow -->
- </table></td>
- </tr>
- </table></td>
-</tr> \ No newline at end of file