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:
authormattab <matthieu.aubry@gmail.com>2015-10-02 13:49:43 +0300
committermattab <matthieu.aubry@gmail.com>2015-10-02 13:49:43 +0300
commitca85d28c8857296e0c2aeab5dede7eee2ab65db8 (patch)
tree856397fd0b14ad2024c13db3de8e7b60c014929c /plugins/API
parent7f1dbcbfe2d7513afb64a60e0b26ab5c01feb959 (diff)
Allow minimalistic widgetise mode for glossary
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/templates/glossary.twig9
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/API/templates/glossary.twig b/plugins/API/templates/glossary.twig
index 39f4070197..623c8ef126 100644
--- a/plugins/API/templates/glossary.twig
+++ b/plugins/API/templates/glossary.twig
@@ -1,15 +1,8 @@
-{% extends 'user.twig' %}
+{% extends isWidget ? 'empty.twig' : 'user.twig' %}
{% set title %}{{ 'API_Glossary'|translate }}{% endset %}
{% block content %}
- {% include "@CoreHome/_siteSelectHeader.twig" %}
-
- <div class="top_controls">
- {% include "@CoreHome/_periodSelect.twig" %}
- </div>
-
-
<h2 piwik-enriched-headline>{{ title }}</h2>
{{ 'API_LearnAboutCommonlyUsedTerms'|translate(