mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 10:40:28 +02:00
Update to url parameter names - _topic only_
git-svn-id: file:///svn/phpbb/trunk@88 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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 = "<img src=\"images/folder.gif\">";
|
||||
$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,
|
||||
|
Reference in New Issue
Block a user