6 lines
202 B
PHP
6 lines
202 B
PHP
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
|
|
|
|
<p><?= t('The task #%d have been opened.', $task['id']) ?></p>
|
|
|
|
<?= $this->render('notification/footer', array('task' => $task)) ?>
|