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-05-30 23:42:25 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-30 23:42:25 +0400
commit5e39f1cebcf7453047cb7b7712342f0dd4ae7be2 (patch)
treed6af25da76d681a14a2f51d367bd89df203dc7e5 /plugins/API
parent4d3b77ed8e2498c5fd4eb6eb35a6dd1a08d6f7d1 (diff)
Rename template file names
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/templates/listAllAPI.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/templates/listAllAPI.twig b/plugins/API/templates/listAllAPI.twig
index 9863e00ceb..0b1b76000f 100644
--- a/plugins/API/templates/listAllAPI.twig
+++ b/plugins/API/templates/listAllAPI.twig
@@ -6,7 +6,7 @@
{% block content %}
<div class="page_api">
<div class="top_controls_inner">
- {% include "@CoreHome/period_select.twig" %}
+ {% include "@CoreHome/_periodSelect.twig" %}
</div>
<h2>{{ 'API_QuickDocumentationTitle'|translate }}</h2>