From bdff96bd547b15dc6940573b9da0e80c45790b3a Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 3 Jan 2009 19:09:32 +0000 Subject: Added a jump to comments button with a scroll to effect. --- modules/comment/views/comment.html.php | 11 ++++++++--- modules/comment/views/comments.html.php | 3 ++- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/comment/views/comment.html.php b/modules/comment/views/comment.html.php index 25cd2caa..a87634e9 100644 --- a/modules/comment/views/comment.html.php +++ b/modules/comment/views/comment.html.php @@ -1,8 +1,13 @@
  • -

    - author ?> - created) ?> + url("images/avatar.jpg") ?> + avatar($comment->author)): ?> + url("images/avatar.jpg") ?> + +

    + <?= $comment->author ?> + created) ?> + author ?>

    text ?> 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 @@ -
      + +
      • url("images/avatar.jpg") ?> -- cgit v1.2.3