Files
gallery3/modules/comment/views/comment.html.php
T

11 lines
275 B
PHP
Raw Normal View History

2009-01-01 00:23:29 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
2008-11-16 07:14:12 +00:00
<li id="gComment-<?= $comment->id; ?>">
2008-11-15 16:52:23 +00:00
<p>
<a href="#" class="gAuthor"><?= $comment->author ?></a>
<?= date("Y-M-d H:i:s", $comment->created) ?>
2008-11-15 16:52:23 +00:00
</p>
<div>
<?= $comment->text ?>
2008-11-15 16:52:23 +00:00
</div>
</li>