- Код: Выделить всё
[find]
$last_post = '<a href="' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . '=' . $forum_data[$j]['topic_id']) . '">' . $forum_data[$j]['topic_title'] . '</a>';
[in-line, find]
POST_TOPIC_URL . '=' . $forum_data[$j]['topic_id'])
[in-line, replace with]
POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id']








