12345678 |
- <html>
- <body>
- <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
- <?= $this->render('task/changes', array('changes' => $changes, 'task' => $task, 'public' => true)) ?>
- <?= $this->render('notification/footer', array('task' => $task)) ?>
- </body>
- </html>
|