aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/index_header.tpl
blob: a7e8ebae14275238e4f0de2e9deca14085853816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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><br>
	          {L_ARECURRENTLY} <a href="{U_VIEWONLINE}"><b>{USERS_BROWSING}</b> {L_BROWSING}</a> {L_THEFORUMS}<br>
	        </td>
	      </tr>
	    </table>
	  </td>
	</tr>
	</table>
 </td>
</tr>