}
$title = sprintf(elgg_echo('search:comment_on'), $title);
- $url = $entity->getURL() . '#annotation-' . $entity->getVolatileData('search_match_annotation_id');
+ $url = $entity->getURL() . '#comment_' . $entity->getVolatileData('search_match_annotation_id');
$title = "<a href=\"$url\">$title</a>";
}
</div>
___END;
-?>
\ No newline at end of file
+?>
$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
));
?>
</div>
-
+
<div class="generic_comment_details">
<?php
// if the user looking at the comment can edit, show the delete link