aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/message_body.tpl
blob: c74b04fb938944d1347791a098611923ffceed26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  <tr> 
	<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
  </tr>
</table>
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th height="25" class="thHead"><b>{MESSAGE_TITLE}</b></th>
  </tr>
  <tr> 
	<td class="row1"> 
	  <table width="100%" border="0" cellspacing="0" cellpadding="1">
		<tr> 
		  <td>&nbsp;</td>
		</tr>
		<tr> 
		  <td align="center"><span class="gen">{MESSAGE_TEXT}</span></td>
		</tr>
		<tr> 
		  <td>&nbsp;</td>
		</tr>
	  </table>
	</td>
  </tr>
</table>
<br />