blob: 44662eca1e666fc5cf2b31bf300d26de2c11bd1d (
plain)
1
2
3
4
5
6
7
|
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('New comment posted by %s', $comment['name'] ?: $comment['username']) ?></h3>
<?= Helper\parse($comment['comment']) ?>
<?= Helper\template('notification_footer', array('task' => $task)) ?>
|