diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-12-20 20:50:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-12-20 20:50:17 +0000 |
| commit | 869cc91bfaa459a50fb2825349f1575f0fa80cd3 (patch) | |
| tree | 25eb1e738cc4d45e1687113349565dafb179d7f1 /templates/message_notification.tpl | |
| parent | 87ea0a1c3d8c8de9f949b7a50434eda84897d11b (diff) | |
| download | messages-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.tpl | 8 |
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} |
