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 1d304d8340 Slight mod
git-svn-id: file:///svn/phpbb/trunk@784 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-01 20:43:05 +00:00

20 lines
585 B
Smarty

<table width="80%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></span></td>
</tr>
</table>
<table width="80%" cellpadding="1" cellspacing="0" border="0" align="center">
<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>