Added a jump to comments button with a scroll to effect.

This commit is contained in:
Chad Kieffer
2009-01-03 19:09:32 +00:00
parent 0402e326cb
commit bdff96bd54
9 changed files with 53 additions and 6 deletions

View File

@@ -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") ?>