diff options
Diffstat (limited to 'app/Templates/notification_task_due.php')
-rw-r--r-- | app/Templates/notification_task_due.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Templates/notification_task_due.php b/app/Templates/notification_task_due.php index 1686c7de..3a7089cf 100644 --- a/app/Templates/notification_task_due.php +++ b/app/Templates/notification_task_due.php @@ -6,5 +6,4 @@ <?php endforeach ?> </ul> -<hr/> -<p>Kanboard</p>
\ No newline at end of file +<?= Helper\template('notification_footer', array('task' => $task)) ?>
\ No newline at end of file |