constant ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_BODY in Answers 6.2
Same name and namespace in other branches
- 7.3 answers.module \ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_BODY
2 uses of ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_BODY
- answers_notify_new_answer in includes/
answers.notify.inc - If configured to, notify question author of an answer.
- _answers_notify_settings in includes/
answers.notify.inc - Pseudo implementation of hook_settings().
File
- includes/
answers.notify.inc, line 14 - Notification functionality for 'Answers' to inform users of answers.
Code
define('ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_BODY', 'Dear !question_user_name,
<br /><br />
You have a new answer to your question: "!question_title".
<br /><br />
To view your answer, <a href="!question_url" target="_blank">click here</a>.
<br />
</p>
<hr>
<p style="font-family: Georgia, sans-serif; font-size: 12px; font-style: italic; color: #00CC00;">
This is an automatic message from the team at !site.</i>
</p>');