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>2014-04-14 07:01:59 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-14 07:01:59 +0400
commitc3b6c38e84ecba31fcfae432b0e379ea8b67b658 (patch)
tree48debe60380a2aa921785bc2801eb6a316d093e3 /plugins/CoreHome
parent9f923e6cda37f69500a1291f9630651b5a8c5fff (diff)
Refs Pull request #255 Adding generic events to let themes inject content before the content, after the content, before the top bar
Fixes #4986
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/templates/_topBar.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/_topBar.twig b/plugins/CoreHome/templates/_topBar.twig
index 131c915408..29727e28b4 100644
--- a/plugins/CoreHome/templates/_topBar.twig
+++ b/plugins/CoreHome/templates/_topBar.twig
@@ -1,3 +1,4 @@
+{{ postEvent("Template.beforeTopBar", userAlias, userLogin, topMenu) }}
<div id="topBars">
{% include "@CoreHome/_topBarHelloMenu.twig" %}
{% include "@CoreHome/_topBarTopMenu.twig" %}