aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/message_body.tpl
blob: 70a92d0f3bf365d4c95285efc6bf95d04d08fd17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<tr>
  <td>
  <table border="0" align="center" width="80%" bgcolor="#000000" cellpadding="0" cellspacing="1">
    <tr>
	    <td>
	      <table border="0" width="100%" cellpadding="0" cellspacing="1">
		<tr class="tableheader">
		   <td width="100%" align="center"><b>{MESSAGE_TITLE}</b></td>
		</tr>
	        <tr bgcolor="#DDDDDD" class="tablebody">
	           <td width="100%" align="center">{MESSAGE_TEXT}</td>
	        </tr>
	       </table>
	      </td>
	    </tr>
	</table>
	</td>
</tr>