comment snippets should link to the specific comment

This commit is contained in:
Shish 2012-03-02 21:15:04 +00:00
parent 8bab5b1c0a
commit 74f0d38c04

View File

@ -192,7 +192,7 @@ class CommentListTheme extends Themelet {
if($trim) {
return '
'.$h_userlink.': '.$h_comment.'
<a href="'.make_link('post/view/'.$i_image_id).'">&gt;&gt;&gt;</a>
<a href="'.make_link('post/view/'.$i_image_id.'#c'.$i_comment_id).'">&gt;&gt;&gt;</a>
';
}
else {