Skip to content

Commit

Permalink
Add new hook template:export:header
Browse files Browse the repository at this point in the history
  • Loading branch information
justb81 authored and fguillot committed May 4, 2019
1 parent 2ef6bf9 commit 702379a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Template/export/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 702379a

Please sign in to comment.