diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-11 13:00:08 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-11 13:00:08 +0000 |
commit | f96f1d8dadf8c97360892555a806ff52e3b0b40c (patch) | |
tree | ffaf4f6d49803b7c718232d607f29d65cc1b0425 /phpBB/viewtopic.php | |
parent | 1ee648d8e80d18f29144d4fb4f68ab3282dbae7a (diff) | |
download | forums-f96f1d8dadf8c97360892555a806ff52e3b0b40c.tar forums-f96f1d8dadf8c97360892555a806ff52e3b0b40c.tar.gz forums-f96f1d8dadf8c97360892555a806ff52e3b0b40c.tar.bz2 forums-f96f1d8dadf8c97360892555a806ff52e3b0b40c.tar.xz forums-f96f1d8dadf8c97360892555a806ff52e3b0b40c.zip |
No idea if this is as desired but 'topic link' now points to the current page
git-svn-id: file:///svn/phpbb/trunk@2086 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 3a8e56bef0..684dd01bd4 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -654,6 +654,7 @@ $template->assign_vars(array( "S_TOPIC_ADMIN" => $topic_mod, "S_WATCH_TOPIC" => $s_watching_topic, + "U_VIEW_TOPIC" => append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&start=$start&postdays=$post_days&postorder=$post_order&highlight=" . $HTTP_GET_VARS['highlight']), "U_VIEW_FORUM" => $view_forum_url, "U_VIEW_OLDER_TOPIC" => $view_prev_topic_url, "U_VIEW_NEWER_TOPIC" => $view_next_topic_url, |