summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_file_create.php
blob: c8f6b30d4ab599dc02d196f487667cc0e4120fdc (plain)
1
2
3
4
5
6
7
8
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>