mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-22 16:51:56 +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:
parent
68dd148f6c
commit
deca0a35a8
phpBB
@ -14,7 +14,7 @@
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td width="5%" align="center" valign="middle">{FOLDER}</td>
|
||||
<td><a href="viewtopic.{PHPEX}?forum_id={FORUM_ID}&topic_id={TOPIC_ID}&{REPLIES}">{TOPIC_TITLE}</a></td>
|
||||
<td><a href="viewtopic.{PHPEX}?{POST_TOPIC_URL}={TOPIC_ID}&{REPLIES}">{TOPIC_TITLE}</a></td>
|
||||
<td width="5%" align="center" valign="middle">{REPLIES}</td>
|
||||
<td width="5%" align="center" valign="middle">{VIEWS}</td>
|
||||
<td width="15%" align="center" valign="middle">{LAST_POST}</td>
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user