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 <tsteur@users.noreply.github.com>2017-09-22 05:20:40 +0300
committerGitHub <noreply@github.com>2017-09-22 05:20:40 +0300
commit66935160d5ab2ac58fd9f5fbdcbd5ea1f033a04f (patch)
tree813afbc530b3478272726bd51956eb2a30787486 /plugins
parenta2a40b936fbd58b150791416fe2e4e68f749a6d0 (diff)
better consistency
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Morpheus/templates/dashboard.twig5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Morpheus/templates/dashboard.twig b/plugins/Morpheus/templates/dashboard.twig
index 79dd12ca1e..cebc8be707 100644
--- a/plugins/Morpheus/templates/dashboard.twig
+++ b/plugins/Morpheus/templates/dashboard.twig
@@ -15,13 +15,12 @@
{% set bodyClass = postEvent('Template.bodyClass', 'dashboard') %}
{% block body %}
+ {{ postEvent("Template.header", "dashboard") }}
{{ parent() }}
- {{ postEvent("Template.footer") }}
+ {{ postEvent("Template.footer", "dashboard") }}
{% endblock %}
{% block root %}
- {{ postEvent("Template.header", "dashboard") }}
-
{% include "@CoreHome/_warningInvalidHost.twig" %}
{% include "@CoreHome/_topScreen.twig" %}