mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-05 11:19:07 -04:00
Added a jump to comments button with a scroll to effect.
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<li id="gComment-<?= $comment->id; ?>">
|
||||
<p>
|
||||
<a href="#" class="gAuthor"><?= $comment->author ?></a>
|
||||
<?= date("Y-M-d H:i:s", $comment->created) ?>
|
||||
<? $avatar = $theme->url("images/avatar.jpg") ?>
|
||||
<? //if ($user->avatar($comment->author)): ?>
|
||||
<? //$avatar = $theme->url("images/avatar.jpg") ?>
|
||||
<? //endif ?>
|
||||
<p class="gAuthor">
|
||||
<a href="#"><img src="<?= $avatar ?>" class="gAvatar" alt="<?= $comment->author ?>" /></a>
|
||||
<?= _("on ") . date("Y-M-d H:i:s", $comment->created) ?>
|
||||
<a href="#"><?= $comment->author ?></a> <?= _("said") ?>
|
||||
</p>
|
||||
<div>
|
||||
<?= $comment->text ?>
|
||||
|
||||
Reference in New Issue
Block a user