diff options
Diffstat (limited to 'app/Template/export/header.php')
-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> |