diff options
Diffstat (limited to 'phpBB/templates/Default/viewonline_header.tpl')
-rw-r--r-- | phpBB/templates/Default/viewonline_header.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/templates/Default/viewonline_header.tpl b/phpBB/templates/Default/viewonline_header.tpl new file mode 100644 index 0000000000..cd23f7b840 --- /dev/null +++ b/phpBB/templates/Default/viewonline_header.tpl @@ -0,0 +1,18 @@ +<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="profile.{PHPEX}?mode=viewprofile&user_id={NEWEST_UID}">{NEWEST_USER}</a></b> + </td> + </tr> + </table> + </td> + </tr> + </table> + </td> +</tr>
\ No newline at end of file |