From 0616125f9b9a5c7e70348d00a99a25e2d15f6b59 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 20 Apr 2002 21:01:06 +0000 Subject: [PATCH] Initial version git-svn-id: file:///svn/phpbb/trunk@2534 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/email/forum_notify.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 phpBB/language/lang_english/email/forum_notify.tpl diff --git a/phpBB/language/lang_english/email/forum_notify.tpl b/phpBB/language/lang_english/email/forum_notify.tpl new file mode 100644 index 0000000000..a5a37ad393 --- /dev/null +++ b/phpBB/language/lang_english/email/forum_notify.tpl @@ -0,0 +1,13 @@ +Subject: Forum Post Notification - {FORUM_NAME} + +Hello {USERNAME}, + +You are receiving this email because you are watching the forum, "{FORUM_NAME}" at {SITENAME}. This forum has received a new post since your last visit. You can use the following link to view forum, no more notifications will be sent until you visit the topic. + +{U_FORUM} + +If you no longer wish to watch this forum you can either click the "Stop watching this forum link" found at the bottom of the forum above, or by clicking the following link: + +{U_STOP_WATCHING_FORUM} + +{EMAIL_SIG} \ No newline at end of file