Skip to content

Commit 9052e52

Browse files
authored
Merge pull request #110 from BigKev73/patch-25
Update newbb_index.tpl
2 parents 79d6624 + 1c7c055 commit 9052e52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/newbb_index.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
<{if $forum.forum_lastpost_subject|default:''}>
133133
<{$forum.forum_lastpost_time}> <{$smarty.const._MD_NEWBB_BY}> <{$forum.forum_lastpost_user}>
134134
<br>
135-
<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?post_id=<{$forum.forum_lastpost_id}>">
136-
<{$forum.forum_lastpost_subject}>&nbsp;&nbsp;
135+
<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?topic_id=<{$forum.forum_lastpost_topicid}>&amp;post_id=<{$forum.forum_lastpost_id}>#forumpost<{$forum.forum_lastpost_id}>">
136+
<{$forum.forum_lastpost_subject}>&nbsp;&nbsp;
137137
<{* irmtfan remove icon_path *}>
138138
<{$forum.forum_lastpost_icon}>
139139
</a>

0 commit comments

Comments
 (0)