blob: af0efaddac6529aa32bd67dafd8f370abc64cebf (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<body>
<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)) ?>
</body>
</html>
|