Add new hook template:export:header

This commit is contained in:
Bastian Rang 2019-05-04 06:28:34 +02:00 committed by fguillot
parent 2ef6bf9f4d
commit 702379a550
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@
<li <?= $this->app->checkMenuSelection('ExportController', 'summary') ?>>
<?= $this->modal->replaceLink(t('Daily project summary'), 'ExportController', 'summary', array('project_id' => $project['id'])) ?>
</li>
<?= $this->hook->render('template:export:header', array('project_id' => $project['id'])) ?>
</ul>
</div>