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:
authormattab <matthieu.aubry@gmail.com>2013-06-28 09:17:16 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-28 09:17:16 +0400
commit6aee04be82093bcb5af5f7f0737062e7d7c95ba2 (patch)
tree122545bf2043bcc89980f519dc358aa471b6765a /plugins/CoreHome/templates/_headerMessage.twig
parenta62f1c16b45dc3c287a561f9e7b6246aa31f4e7d (diff)
* Fix concats
Refs #4019
Diffstat (limited to 'plugins/CoreHome/templates/_headerMessage.twig')
-rw-r--r--plugins/CoreHome/templates/_headerMessage.twig11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_headerMessage.twig b/plugins/CoreHome/templates/_headerMessage.twig
index c929db3c03..d0740661d8 100644
--- a/plugins/CoreHome/templates/_headerMessage.twig
+++ b/plugins/CoreHome/templates/_headerMessage.twig
@@ -27,7 +27,16 @@
{{ 'General_PiwikXIsAvailablePleaseNotifyPiwikAdmin'|translate("<a href='?module=Proxy&action=redirect&url=http://piwik.org/' target='_blank'>Piwik</a> <a href='?module=Proxy&action=redirect&url=http://piwik.org/changelog/' target='_blank'>{{ latest_version_available }}</a>")|raw }}
{% endif %}
{% else %}
- {{ 'General_PiwikIsACollaborativeProjectYouCanContributeAndDonate'|translate("<a href='?module=Proxy&action=redirect&url=http://piwik.org' target='_blank'>",piwik_version+"</a>","<br />","<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/contribute/'>","</a>",'<br/>',"<a href='http://piwik.org/donate/' target='_blank'><strong><em>","</em></strong></a>")|raw }}
+ {{ 'General_PiwikIsACollaborativeProjectYouCanContributeAndDonate'|translate(
+ "<a href='?module=Proxy&action=redirect&url=http://piwik.org' target='_blank'>",
+ piwik_version~"</a>",
+ "<br />",
+ "<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/contribute/'>",
+ "</a>",
+ '<br/>',
+ "<a href='http://piwik.org/donate/' target='_blank'><strong><em>",
+ "</em></strong></a>"
+ )|raw }}
{% endif %}
{% if hasSomeAdminAccess %}
<br/>