Merge pull-request #2188
This commit is contained in:
commit
0eb4e3438c
|
|
@ -97,6 +97,9 @@
|
|||
<?= $this->url->link(t('Settings'), 'ConfigController', 'index') ?>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
|
||||
<?= $this->hook->render('template:header:dropdown') ?>
|
||||
|
||||
<li>
|
||||
<i class="fa fa-life-ring fa-fw"></i>
|
||||
<?= $this->url->link(t('Documentation'), 'DocumentationController', 'show') ?>
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@ List of template hooks:
|
|||
| `template:dashboard:sidebar` | Sidebar on dashboard page |
|
||||
| `template:export:sidebar` | Sidebar on export pages |
|
||||
| `template:import:sidebar` | Sidebar on import pages |
|
||||
| `template:header:dropdown` | Dropdown on header |
|
||||
| `template:layout:head` | Page layout `<head/>` tag |
|
||||
| `template:layout:top` | Page layout top header |
|
||||
| `template:layout:bottom` | Page layout footer |
|
||||
|
|
|
|||
Loading…
Reference in New Issue