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:
authorFabian Becker <halfdan@xnorfz.de>2013-04-15 02:12:42 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-04-15 02:12:42 +0400
commit7122d461e2efecaac5ccfcf44e9cfe4520598f87 (patch)
tree5413c6cadcb74e8f5bfba9c553e9313e891661e4 /plugins/Proxy
parent4b49b572b0a2d1332a7ccc412300d1c26c4d47f6 (diff)
Converted Proxy
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/templates/exportImage.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Proxy/templates/exportImage.twig b/plugins/Proxy/templates/exportImage.twig
index 451b5dedb6..85bc749a0f 100644
--- a/plugins/Proxy/templates/exportImage.twig
+++ b/plugins/Proxy/templates/exportImage.twig
@@ -3,11 +3,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>{'General_ExportAsImage_js'|translate}</title>
+ <title>{{ 'General_ExportAsImage_js'|translate }}</title>
</head>
<body>
-<img title="Piwik Graph" src="{$imageData}"/><br/><br/>
+<img title="Piwik Graph" src="{{ imageData }}"/><br/><br/>
-<p>{'General_SaveImageOnYourComputer_js'|translate}</p>
+<p>{{ 'General_SaveImageOnYourComputer_js'|translate }}</p>
</body>
</html>