Added more template hooks

This commit is contained in:
Frederic Guillot
2016-04-24 17:03:09 -04:00
parent 51ec4b4cf8
commit f74d7ef209
8 changed files with 20 additions and 7 deletions

View File

@@ -55,6 +55,6 @@
</li>
<?php endif ?>
<?= $this->hook->render('template:task:dropdown') ?>
<?= $this->hook->render('template:task:dropdown', array('task' => $task)) ?>
</ul>
</div>