mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
New template file to go along with message.php
git-svn-id: file:///svn/phpbb/trunk@543 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5c0fca1b60
commit
fdfd3271d6
1 changed files with 18 additions and 0 deletions
18
phpBB/templates/Default/message_body.tpl
Normal file
18
phpBB/templates/Default/message_body.tpl
Normal file
|
@ -0,0 +1,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>
|
Loading…
Add table
Reference in a new issue