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 <thomas.steur@gmail.com>2015-12-04 00:04:43 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-12-04 00:04:43 +0300
commit59391dfdb68788cd7598ef58a62ed48906b61a21 (patch)
tree8df5674482984c19bcfe33e2cc7f259a75a40fff /plugins/CustomVariables/templates
parent016a8adcdf8b702effca5c60d354e8cfa90047d4 (diff)
show selected/current website in websites selector
Diffstat (limited to 'plugins/CustomVariables/templates')
-rw-r--r--plugins/CustomVariables/templates/manage.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/templates/manage.twig b/plugins/CustomVariables/templates/manage.twig
index fa7a085aa9..dc170ff2c9 100644
--- a/plugins/CustomVariables/templates/manage.twig
+++ b/plugins/CustomVariables/templates/manage.twig
@@ -2,7 +2,7 @@
{% block topcontrols %}
<div class="top_bar_sites_selector piwikTopControl">
- <div piwik-siteselector class="sites_autocomplete"></div>
+ <div piwik-siteselector show-selected-site="true" class="sites_autocomplete"></div>
</div>
{% endblock %}