1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00
php-phpbb/phpBB/templates/Default/message_body.tpl
Paul S. Owen fdfd3271d6 New template file to go along with message.php
git-svn-id: file:///svn/phpbb/trunk@543 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-03 00:37:00 +00:00

19 lines
493 B
Smarty

<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>