mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-31 00:39:11 -04:00
Added a jump to comments button with a scroll to effect.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<ul>
|
||||
<a name="comments"></a>
|
||||
<ul id="gComments">
|
||||
<? foreach ($comments as $comment): ?>
|
||||
<li id="gComment-<?= $comment->id; ?>">
|
||||
<? $avatar = $theme->url("images/avatar.jpg") ?>
|
||||
|
||||
Reference in New Issue
Block a user