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:18:34 +0300
committerGitHub <noreply@github.com>2017-09-22 05:18:34 +0300
commit09665c12878f03ad3562884dc726b55aaf3bb89f (patch)
treedc5754539c77041d2012bc7cedc1315c4e9c73e1 /plugins
parent5574dc9640e131aeb5897f087bb788faeeb1d71b (diff)
footer template event
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Morpheus/templates/admin.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Morpheus/templates/admin.twig b/plugins/Morpheus/templates/admin.twig
index 877e0bcf7d..1d9bc19693 100644
--- a/plugins/Morpheus/templates/admin.twig
+++ b/plugins/Morpheus/templates/admin.twig
@@ -9,6 +9,7 @@
{% set topMenuModule = 'CoreAdminHome' %}
{% set topMenuAction = 'home' %}
{{ parent() }}
+ {{ postEvent("Template.footer", "admin") }}
{% endblock %}
{% block root %}