diff options
author | Bastian Rang <justb81@users.noreply.github.com> | 2019-05-04 06:28:34 +0200 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-05-03 21:28:34 -0700 |
commit | 702379a55093aa62bae7dcd49a657397a21fd6b5 (patch) | |
tree | d31925f1d9508986f9eea8f64f7203dd84fcee28 /app/Template/export | |
parent | 2ef6bf9f4d2d4a8ea3dde76b2c73f33604aa4a13 (diff) |
Add new hook template:export:header
Diffstat (limited to 'app/Template/export')
-rw-r--r-- | app/Template/export/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/export/header.php b/app/Template/export/header.php index 35591352..d9c62847 100644 --- a/app/Template/export/header.php +++ b/app/Template/export/header.php @@ -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> |