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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-09-22 16:11:34 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-09-22 16:11:34 +0300
commitffac6bd823aee8a50827be11e7ea125144fa232d (patch)
tree3474913833bb6dab16684fdd95fd9e41b44d2a63
parent9611d739b69bd188462588d0b8a0463ea8ae6fde (diff)
make sure goal links work
-rw-r--r--plugins/CoreHome/templates/_menu.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_menu.twig b/plugins/CoreHome/templates/_menu.twig
index 8ec928eb4e..f4bfd7d902 100644
--- a/plugins/CoreHome/templates/_menu.twig
+++ b/plugins/CoreHome/templates/_menu.twig
@@ -13,7 +13,7 @@
<div piwik-menudropdown show-search="true" menu-title="{{ name|translate|e('html_attr') }}">
{% for item in group.getItems %}
<a class="item menuItem"
- href='#{{ item.url|urlRewriteWithParameters|slice(1) }}'
+ href='#?{{ item.url|urlRewriteWithParameters|slice(1) }}'
{% if item.tooltip %}title="{{ item.tooltip|e('html_attr') }}"{% endif %}>
{{ item.name|translate }}
</a>