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

<table class="tablebg" width="100%" cellspacing="1">
<tr> 
	<th>{L_WHOIS}</th>
</tr>
<tr>
	<td class="row3" align="center"><span class="gensmall">{RETURN_POST}</span></td>
</tr>
<tr>
	<td class="row1"><pre>{WHOIS}</pre></td>
</tr>
</table>

<!-- INCLUDE mcp_footer.html -->