aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/message_body.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/message_body.tpl b/phpBB/templates/PSO/message_body.tpl
new file mode 100644
index 0000000000..b7684a380d
--- /dev/null
+++ b/phpBB/templates/PSO/message_body.tpl
@@ -0,0 +1,13 @@
+
+<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>