aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/viewonline_whois.html
blob: 8d939befc6cd337bb836b1810af9e0011daf724e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- INCLUDE simple_header.html -->

	<!-- $Id$ -->

	<table class="tablebg" width="100%" cellspacing="1">
		<tr> 
			<th>{L_WHOIS}</th>
		</tr>
		<tr>
			<td class="row1"><pre>{WHOIS}</pre></td>
		</tr>
	</table>


<!-- INCLUDE simple_footer.html -->