blob: 3e3033a69ae5cbc9290f3721a05b2e2360e6607f (
plain)
1
2
3
4
5
6
7
8
9
|
<article class="comment open" id="newscomment-<?= htmlReady($comment['comment_id']) ?>">
<time><?= reltime($comment['mkdate']) ?></time>
<h1>#<?= $index + 1 ?>
<a href="<?= URLHelper::getLink('dispatch.php/profile', ['username' => $comment['username']]) ?>">
<?= htmlReady($comment['fullname']) ?>
</a>
</h1>
<?= formatReady($comment['content']) ?>
</article>
|