Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-10-29 21:55:45 +0400
committerrobocoder <anthon.pang@gmail.com>2010-10-29 21:55:45 +0400
commita15eef7fbf7e72e41fef51c97b6c5aaf78585ce8 (patch)
treeeda2c52a9ac960578c51f2aefe46d2114dc2040f /plugins/Feedback/templates
parent71eafdb6857c08929b9ed4d949075b75bc6b2403 (diff)
fixes #1789
git-svn-id: http://dev.piwik.org/svn/trunk@3275 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Feedback/templates')
-rw-r--r--plugins/Feedback/templates/sent.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/templates/sent.tpl b/plugins/Feedback/templates/sent.tpl
index 5ae4c1872a..f40763c24b 100644
--- a/plugins/Feedback/templates/sent.tpl
+++ b/plugins/Feedback/templates/sent.tpl
@@ -10,7 +10,7 @@
{if isset($ErrorString)}
<div id="feedback-error"><strong>{'General_Error'|translate}:</strong> {$ErrorString}</div>
- <p>{'Feedback_ManuallySendEmailTo'|translate} <a href='mailto:hello@piwik.org?subject={'[Feedback form - Piwik]'|escape:"hex"}&body={$message|stripeol|escape:"hex"}'>hello@piwik.org</a></p>
+ <p>{'Feedback_ManuallySendEmailTo'|translate} <a href='mailto:{$feedbackEmailAddress}?subject={'[Feedback form - Piwik]'|escape:"hex"}&body={$message|stripeol|escape:"hex"}'>hello@piwik.org</a></p>
<textarea cols="53" rows="10" readonly="readonly">{$message}</textarea>
<p><a href="#" id="feedback-retry"><img src="plugins/Feedback/images/go-previous.png" border="0" title="{'General_Previous'|translate}" alt="[{'General_Previous'|translate}]" /></a></p>
{else}