diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-24 22:39:02 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-24 22:39:02 +0000 |
commit | 988a684b57d6294e1418bc53bffd157675c11673 (patch) | |
tree | 47b34d93bf50fd992e9a7b9cd6c62064e52a1684 /views/default/annotation | |
parent | c0bc34a6ce4c08e652ef86712dd6b9c1781eade5 (diff) | |
download | elgg-988a684b57d6294e1418bc53bffd157675c11673.tar.gz elgg-988a684b57d6294e1418bc53bffd157675c11673.tar.bz2 |
Added anchor names for comments.
git-svn-id: http://code.elgg.org/elgg/trunk@5499 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/annotation')
-rw-r--r-- | views/default/annotation/generic_comment.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php index ebcae0f97..02a6abb71 100644 --- a/views/default/annotation/generic_comment.php +++ b/views/default/annotation/generic_comment.php @@ -6,6 +6,7 @@ $owner = get_user($vars['annotation']->owner_guid); ?> +<a name="comment_<?php echo $vars['annotation']->id; ?>"></a> <div class="generic_comment clearfloat"> <div class="generic_comment_icon"> <?php @@ -15,7 +16,7 @@ $owner = get_user($vars['annotation']->owner_guid); )); ?> </div> - + <div class="generic_comment_details"> <?php // if the user looking at the comment can edit, show the delete link |