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-06-23 13:28:48 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-06-23 13:28:48 +0400
commitb40b03d8bdcad20a8a1cb32a85b362fac6af4a8f (patch)
tree7491fa645bdf3e6a6511bf55fee986e877e141c7 /plugins/VisitorGenerator
parent59d3b6d63215e7b6f06465348407779bab7112e5 (diff)
parentf64c76243d0aa651faa230e37d63b61b63aa5cfe (diff)
Merge pull request #75
Diffstat (limited to 'plugins/VisitorGenerator')
-rw-r--r--plugins/VisitorGenerator/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorGenerator/templates/index.twig b/plugins/VisitorGenerator/templates/index.twig
index 2a453479ce..85b3006287 100644
--- a/plugins/VisitorGenerator/templates/index.twig
+++ b/plugins/VisitorGenerator/templates/index.twig
@@ -10,7 +10,7 @@
<tr>
<td><label for="idSite">{{ 'General_ChooseWebsite'|translate }}</label></td>
<td>
- {% include "@CoreHome/sites_selection.twig" with {
+ {% include "@CoreHome/_siteSelect.twig" with {
'showAllSitesItem':false,'showSelectedSite':true,'switchSiteOnSelect':false,'inputName':idSite } %}
</td>
</tr>