1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00
php-phpbb/phpBB/templates/PSO/message_body.tpl
Paul S. Owen f38726fae2 New template file to go along with message.php
git-svn-id: file:///svn/phpbb/trunk@537 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-03 00:29:23 +00:00

14 lines
390 B
Smarty

<div align="center"><table width="80%" cellpadding="0" cellspacing="1" border="0">
<tr>
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<th class="secondary"><b>{MESSAGE_TITLE}</b></th>
</tr>
<tr>
<td class="row2" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td>
</tr>
</table></td>
</tr>
</table>