From deca0a35a8453c741912a281ccfff76fd52d8842 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 9 Mar 2001 14:19:54 +0000 Subject: [PATCH] Update to url parameter names - _topic only_ git-svn-id: file:///svn/phpbb/trunk@88 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/viewforum_body.tpl | 2 +- phpBB/viewforum.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/phpBB/templates/Default/viewforum_body.tpl b/phpBB/templates/Default/viewforum_body.tpl index d09e73daa0..44fbf7f484 100644 --- a/phpBB/templates/Default/viewforum_body.tpl +++ b/phpBB/templates/Default/viewforum_body.tpl @@ -14,7 +14,7 @@ {FOLDER} - {TOPIC_TITLE} + {TOPIC_TITLE} {REPLIES} {VIEWS} {LAST_POST} diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 07e801fe32..ba63bcab54 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -104,7 +104,8 @@ if($total_topics) $last_post_time = date($date_format, $topic_rowset[$x]["post_time"]); $last_post_user = $topic_rowset[$x]["username"]; $folder_img = ""; - $template->set_var(array("FORUM_ID" => $forum_id, + $template->set_var(array("FORUM_ID" => $forum_id, + "POST_TOPIC_URL" => POST_TOPIC_URL, "TOPIC_ID" => $topic_id, "FOLDER" => $folder_img, "REPLIES" => $replies,