6 lines
238 B
PHP
6 lines
238 B
PHP
<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, 'application_url' => $application_url)) ?>
|