blob: 17d0463036068c0b85b552c73a04c44a1d594409 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('Attachment removed "%s"', $file['name']) ?></p>
<?= $this->render('notification/footer', array('task' => $task)) ?>
</body>
</html>
|