diff options
Diffstat (limited to 'app/Template/notification/task_file_create.php')
-rw-r--r-- | app/Template/notification/task_file_create.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/notification/task_file_create.php b/app/Template/notification/task_file_create.php index c552546c..c8f6b30d 100644 --- a/app/Template/notification/task_file_create.php +++ b/app/Template/notification/task_file_create.php @@ -1,5 +1,9 @@ +<html> +<body> <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <p><?= t('New attachment added "%s"', $file['name']) ?></p> <?= $this->render('notification/footer', array('task' => $task)) ?> +</body> +</html>
\ No newline at end of file |