summaryrefslogtreecommitdiff
path: root/templates/message_notification.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-12-20 20:50:17 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-12-20 20:50:17 +0000
commit869cc91bfaa459a50fb2825349f1575f0fa80cd3 (patch)
tree25eb1e738cc4d45e1687113349565dafb179d7f1 /templates/message_notification.tpl
parent87ea0a1c3d8c8de9f949b7a50434eda84897d11b (diff)
downloadmessages-869cc91bfaa459a50fb2825349f1575f0fa80cd3.tar.gz
messages-869cc91bfaa459a50fb2825349f1575f0fa80cd3.tar.bz2
messages-869cc91bfaa459a50fb2825349f1575f0fa80cd3.zip
massive messages cleanup, rename files to closer match bitweaver standard. create messages class only when needed and don't crete global class on evey page load. still some work needed with broadcast messages
Diffstat (limited to 'templates/message_notification.tpl')
-rw-r--r--templates/message_notification.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/message_notification.tpl b/templates/message_notification.tpl
new file mode 100644
index 0000000..56fa855
--- /dev/null
+++ b/templates/message_notification.tpl
@@ -0,0 +1,8 @@
+{tr}Hi,
+A new message was posted to you. To respond, please visit http://{$smarty.server.HTTP_HOST}{$smarty.const.MESSAGES_PKG_URL}message_box.php
+
+From: {$from}
+Subject: {$msgHash.subject}
+Date:{/tr} {$msgHash.msg_date|bit_long_datetime}
+
+{$msgHash.body}