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 ZILLIOX <thomas@zilliox.me>2013-08-05 18:06:22 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-05 18:06:22 +0400
commit629e54999c31c0e5d3b6eae1ad5f123bb90f6f09 (patch)
tree3287905711ad5ae0531beada29db26cd5524e9c6 /plugins/PDFReports
parentfb3b2a7e4ec3f237dfa506f80bc0bf0353b797d4 (diff)
Bugfix: Add display of site selector in PDFReports
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/templates/index.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/PDFReports/templates/index.twig b/plugins/PDFReports/templates/index.twig
index c14614d6a8..0ee69e28e6 100644
--- a/plugins/PDFReports/templates/index.twig
+++ b/plugins/PDFReports/templates/index.twig
@@ -2,6 +2,8 @@
{% block content %}
+{% include "@CoreHome/_siteSelectHeader.twig" %}
+
<div class="top_controls_inner">
{% include "@CoreHome/_periodSelect.twig" %}
</div>