mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Update search.php
This commit is contained in:
parent
39dec98f16
commit
02b8f06110
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ else {
|
|||
'IS_UNREAD' => $is_unread,
|
||||
'TOPIC_ICON' => get_topic_icon($topic, $is_unread),
|
||||
'PAGINATION' => $moved ? '' : build_topic_pagination(TOPIC_URL . $topic_id, $topic['topic_replies'], $bb_cfg['posts_per_page']),
|
||||
'REPLIES' => $topic['topic_replies'],
|
||||
'REPLIES' => $moved ? '' : $topic['topic_replies'],
|
||||
'ATTACH' => $topic['topic_attachment'],
|
||||
'STATUS' => $topic['topic_status'],
|
||||
'TYPE' => $topic['topic_type'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue