diff options
Diffstat (limited to 'app/Template/search/results.php')
-rw-r--r-- | app/Template/search/results.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/search/results.php b/app/Template/search/results.php index f5a4cfc8..85b09ea9 100644 --- a/app/Template/search/results.php +++ b/app/Template/search/results.php @@ -24,6 +24,8 @@ <?= $this->render('task_list/task_subtasks', array( 'task' => $task, )) ?> + + <?= $this->hook->render('template:search:task:footer', array('task' => $task)) ?> </div> <?php endforeach ?> </div> |