aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/index_footer.tpl
blob: 4070588c1bdd5380f58c134ef67c8202597f58a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
	<tr>
		<td align="center"><table border="0" width="100%" cellpadding="0" cellspacing="1">
			<tr>
				<td style="{font-size: 8pt;}"><img src="images/folder.gif"> = {L_NEWPOSTS}</td>
				<td style="{font-size: 8pt;}" align="right" valign="top"><b>{S_TIMEZONE}</b></td>
			</tr>
			<tr>
				<td style="{font-size: 8pt;}"><img src="images/red_folder.gif"> = {L_NONEWPOSTS}</td>
			</tr>
		</table></td>
	</tr>