aboutsummaryrefslogtreecommitdiff
path: root/app/layout/nav_menu.phtml
diff options
context:
space:
mode:
authorGravatar Clemens Neubauer <cn-tools@gmx.at> 2021-01-07 21:45:48 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-07 21:45:48 +0100
commitef458992c12438f88780c52076cf105e3de8a60e (patch)
treeaa4679fc50d789b3479a0b15c1d968a64c1ca97c /app/layout/nav_menu.phtml
parentbfd872e885c72ac7ca9a6bcf9b6928c1d3e501cb (diff)
two new hooks (#3342)
* add two new hooks I develop a new extension and i need 2 new hooks for it * update EN documentation * Correct typing errors * Update app/views/helpers/javascript_vars.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/layout/nav_menu.phtml')
-rw-r--r--app/layout/nav_menu.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml
index d76eb776d..124189c68 100644
--- a/app/layout/nav_menu.phtml
+++ b/app/layout/nav_menu.phtml
@@ -175,6 +175,10 @@
</a>
</div>
+ <div class="stick" id="nav_menu_hooks">
+ <?= Minz_ExtensionManager::callHook('nav_menu') ?>
+ </div>
+
<div class="item search">
<form action="<?= _url('index', 'index') ?>" method="get">
<input type="search" name="search" class="extend" value="<?php