Add new hook template:export:header
This commit is contained in:
parent
2ef6bf9f4d
commit
702379a550
|
|
@ -13,5 +13,6 @@
|
||||||
<li <?= $this->app->checkMenuSelection('ExportController', 'summary') ?>>
|
<li <?= $this->app->checkMenuSelection('ExportController', 'summary') ?>>
|
||||||
<?= $this->modal->replaceLink(t('Daily project summary'), 'ExportController', 'summary', array('project_id' => $project['id'])) ?>
|
<?= $this->modal->replaceLink(t('Daily project summary'), 'ExportController', 'summary', array('project_id' => $project['id'])) ?>
|
||||||
</li>
|
</li>
|
||||||
|
<?= $this->hook->render('template:export:header', array('project_id' => $project['id'])) ?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue