diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-03 19:09:32 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-03 19:09:32 +0000 |
| commit | bdff96bd547b15dc6940573b9da0e80c45790b3a (patch) | |
| tree | 26350eb864e9a73f0f251b9776251f34064bcd81 /modules/comment/views/comments.html.php | |
| parent | 0402e326cb1274a4decaa54d3606453818a665f9 (diff) | |
Added a jump to comments button with a scroll to effect.
Diffstat (limited to 'modules/comment/views/comments.html.php')
| -rw-r--r-- | modules/comment/views/comments.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php index 3ca34a0f..e34446ac 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -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") ?> |
