diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-03 00:37:00 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-03 00:37:00 +0000 |
commit | fdfd3271d66e8b2be4406c51b8f1e14a189625ad (patch) | |
tree | 87dccba813aa23ef00c2a81abdad28581f5711d1 /phpBB | |
parent | 5c0fca1b603a5e7c494126837508e25609874a46 (diff) | |
download | forums-fdfd3271d66e8b2be4406c51b8f1e14a189625ad.tar forums-fdfd3271d66e8b2be4406c51b8f1e14a189625ad.tar.gz forums-fdfd3271d66e8b2be4406c51b8f1e14a189625ad.tar.bz2 forums-fdfd3271d66e8b2be4406c51b8f1e14a189625ad.tar.xz forums-fdfd3271d66e8b2be4406c51b8f1e14a189625ad.zip |
New template file to go along with message.php
git-svn-id: file:///svn/phpbb/trunk@543 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/Default/message_body.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/templates/Default/message_body.tpl b/phpBB/templates/Default/message_body.tpl new file mode 100644 index 0000000000..70a92d0f3b --- /dev/null +++ b/phpBB/templates/Default/message_body.tpl @@ -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> |