mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update search.php
This commit is contained in:
parent
59470b3be8
commit
20afd31028
@ -821,7 +821,7 @@ else
|
|||||||
'IS_UNREAD' => $is_unread,
|
'IS_UNREAD' => $is_unread,
|
||||||
'TOPIC_ICON' => get_topic_icon($topic, $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']),
|
'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'],
|
'ATTACH' => $topic['topic_attachment'],
|
||||||
'STATUS' => $topic['topic_status'],
|
'STATUS' => $topic['topic_status'],
|
||||||
'TYPE' => $topic['topic_type'],
|
'TYPE' => $topic['topic_type'],
|
||||||
|
Loading…
Reference in New Issue
Block a user