blob: 87d4fadbd65bbf224902c4dd7e358f35f72229e0 (
plain)
1
2
3
4
5
6
7
8
9
|
<article class="comment open">
<time><?= reltime($comment[3]) ?></time>
<h1>#<?= $index + 1 ?>
<a href="<?= URLHelper::getLink('dispatch.php/profile?username=' . $comment[2]) ?>">
<?= htmlReady($comment[1]) ?>
</a>
</h1>
<?= formatReady($comment[0]) ?>
</article>
|