Kanboard-Prod/app/Templates/notification_file_creation.php

6 lines
153 B
PHP

<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('New attachment added "%s"', $file['name']) ?></h3>
<hr/>
<p>Kanboard</p>