Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv9588/phpslash-ft/public_html/templates/en/basic
Added Files:
emailNotifySubmission.tpl emailNotifyComment.tpl
Log Message:
emailNotify function
--- NEW FILE: emailNotifySubmission.tpl ---
<!-- BEGIN to_block -->
"{MAILTONAME}" <{MAILTOADDRESS}>
<!-- END to_block -->
<!-- BEGIN subject_block -->
New Submittal to {SITE_NAME}
<!-- END subject_block -->
<!-- BEGIN headers_block -->
From: "{SITE_NAME} Robot" <{SITE_OWNER}>
X-Sender: {SITE_NAME} <{ROOTURL}>
X-Mailer: phpSlash
X-Priority: 3
Return-Path: <{SITE_OWNER}>
<!-- END headers_block -->
<!-- BEGIN body_block -->
Notice: A new story has been submitted to {SITE_NAME}.
You now need to login and check the Submissions.
+=+=+=+=+=+=+=+=+=+=+=+=++=+=+=++=+=+=++=++=+=+=+
From: {NAME} <{EMAIL}>
Subject: {SUBJECT}
{STORY}
<!-- END body_block -->
--- NEW FILE: emailNotifyComment.tpl ---
<!-- BEGIN to_block -->
"{SITE_NAME}" <{SITE_OWNER}>
<!-- END to_block -->
<!-- BEGIN subject_block -->
New Comment on {SITE_NAME}
<!-- END subject_block -->
<!-- BEGIN headers_block -->
From: "{SITE_NAME} Robot" <{SITE_OWNER}>
X-Sender: {SITE_NAME} <{ROOTURL}>
X-Mailer: phpSlash
X-Priority: 3
Return-Path: <{SITE_OWNER}>
<!-- END headers_block -->
<!-- BEGIN body_block -->
Notice: A new comment has been submitted to {SITE_NAME}.
{ROOTURL}/comment.php3?submit=view&story_id={STORY_ID}&parent_id={PARENT_ID}.
+=+=+=+=+=+=+=+=+=+=+=+=++=+=+=++=+=+=++=++=+=+=+
From: {NAME} <{EMAIL}>
Subject: {SUBJECT}
{COMMENT_TEXT}
<!-- END body_block -->
|