diff options
| author | 2021-01-07 21:45:48 +0100 | |
|---|---|---|
| committer | 2021-01-07 21:45:48 +0100 | |
| commit | ef458992c12438f88780c52076cf105e3de8a60e (patch) | |
| tree | aa4679fc50d789b3479a0b15c1d968a64c1ca97c /app/layout/nav_menu.phtml | |
| parent | bfd872e885c72ac7ca9a6bcf9b6928c1d3e501cb (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.phtml | 4 |
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 |
