Merge pull-request #2188

This commit is contained in:
Frederic Guillot 2016-06-03 22:47:06 -04:00
commit 0eb4e3438c
2 changed files with 4 additions and 0 deletions

View File

@ -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') ?>

View File

@ -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 |