blob: 1a5ec553f8698aa4300bc5b8aef02c2ff0961ec1 (
plain)
1
2
3
4
5
|
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('The task #%d have been closed.', $task['id']) ?></p>
<?= Helper\template('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>
|