Update plugin hooks doc

This commit is contained in:
Frederic Guillot
2016-02-05 20:51:19 -05:00
parent de5fa17d60
commit e0f925d298
3 changed files with 91 additions and 27 deletions

View File

@@ -28,6 +28,6 @@
<?= $this->url->link(t('External links'), 'TaskExternalLink', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
</li>
<?= $this->hook->render('template:task:sidebar:information') ?>
<?= $this->hook->render('template:task:sidebar') ?>
</ul>
</div>