diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-13 17:49:27 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-13 17:49:27 -0400 |
commit | ffe61abc6910670c5c2c243eb82d9f5851f06c6b (patch) | |
tree | 0a1833f8a7f22ac239f8914f2e870a881e630e41 /app/Template/dashboard/show.php | |
parent | 4ffaba2ba0dd6b5810adea1916080c3b645f3d29 (diff) |
Improve form helpers and add more hooks
Diffstat (limited to 'app/Template/dashboard/show.php')
-rw-r--r-- | app/Template/dashboard/show.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/dashboard/show.php b/app/Template/dashboard/show.php index cb18b79d..aec6f591 100644 --- a/app/Template/dashboard/show.php +++ b/app/Template/dashboard/show.php @@ -15,3 +15,5 @@ <?= $this->render('dashboard/projects', array('paginator' => $project_paginator, 'user' => $user)) ?> <?= $this->render('dashboard/tasks', array('paginator' => $task_paginator, 'user' => $user)) ?> <?= $this->render('dashboard/subtasks', array('paginator' => $subtask_paginator, 'user' => $user)) ?> + +<?= $this->hook->render('template:dashboard:show', array('user' => $user)) ?> |