diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-11-06 08:01:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-11-06 08:01:25 +0000 |
commit | 2c399b13a3d4d58d6084b432c7951fd6240296c0 (patch) | |
tree | 03c934287abaea1a59ea83307796f17bd59079f2 | |
parent | 234981df567d21af2ba1cce65f697e6b3644e21f (diff) | |
download | brdo-2c399b13a3d4d58d6084b432c7951fd6240296c0.tar.gz brdo-2c399b13a3d4d58d6084b432c7951fd6240296c0.tar.bz2 |
* Added some tags to ease navigation
-rw-r--r-- | discussion.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discussion.php b/discussion.php index e38729c99..53476a27e 100644 --- a/discussion.php +++ b/discussion.php @@ -129,7 +129,7 @@ function discussion_display($sid, $pid, $cid, $level = 0) { ### Dynamically compose the `reply'-link: if ($pid != 0) { list($pid) = db_fetch_row(db_query("SELECT pid FROM comments WHERE cid = $comment->pid")); - $link = "<A HREF=\"discussion.php?id=$comment->sid&pid=$pid\"><FONT COLOR=\"$theme->hlcolor2\">return to parent</FONT></A> | <A HREF=\"discussion.php?op=reply&sid=$comment->sid&pid=$comment->cid\"><FONT COLOR=\"$theme->hlcolor2\">reply to this comment</FONT></A>"; + $link = "<A HREF=\"discussion.php?id=$comment->sid&pid=$pid#$pid\"><FONT COLOR=\"$theme->hlcolor2\">return to parent</FONT></A> | <A HREF=\"discussion.php?op=reply&sid=$comment->sid&pid=$comment->cid\"><FONT COLOR=\"$theme->hlcolor2\">reply to this comment</FONT></A>"; } else { $link = "<A HREF=\"discussion.php?op=reply&sid=$comment->sid&pid=$comment->cid\"><FONT COLOR=\"$theme->hlcolor2\">reply to this comment</FONT></A> "; |