diff options
Diffstat (limited to 'phpBB/templates/Default/viewonline_header.tpl')
-rw-r--r-- | phpBB/templates/Default/viewonline_header.tpl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/phpBB/templates/Default/viewonline_header.tpl b/phpBB/templates/Default/viewonline_header.tpl deleted file mode 100644 index 0b2e6081c0..0000000000 --- a/phpBB/templates/Default/viewonline_header.tpl +++ /dev/null @@ -1,18 +0,0 @@ -<tr> -<td> - <table border="0" align="right" width="30%" bgcolor="#000000" cellpadding="0" cellspacing="1"> - <tr> - <td> - <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> - <tr> - <td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br> - {L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br> - {L_NEWESTUSER} <b><a href="{U_NEWEST_USER_PROFILE}">{NEWEST_USER}</a></b> - </td> - </tr> - </table> - </td> - </tr> - </table> - </td> -</tr>
\ No newline at end of file |