constant ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_BODY in Answers 7.3
Same name and namespace in other branches
- 6.2 includes/answers.notify.inc \ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_BODY
2 uses of ANSWERS_DEFAULT_NEW_ANSWER_NOTICE_BODY
- answers_mail in includes/
answers.notify.inc - Implements hook_mail().
- answers_settings in includes/
answers.form.inc - Returns the form definition for answers administer page.
File
- ./
answers.module, line 17
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>');