From f890eb765e8440123456bce48255f76ff862d432 Mon Sep 17 00:00:00 2001 From: Michael Vickers Date: Sun, 3 Jun 2018 14:15:16 +0100 Subject: Add dashboard and search task footer hooks Implement new hooks requested in kanboard/kanboard#3863 --- app/Template/search/results.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Template/search/results.php') 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 @@ render('task_list/task_subtasks', array( 'task' => $task, )) ?> + + hook->render('template:search:task:footer', array('task' => $task)) ?> -- cgit v1.2.3