mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Update viewforum.php
This commit is contained in:
parent
d26ec2f9a9
commit
39dec98f16
1 changed files with 2 additions and 2 deletions
|
@ -445,8 +445,8 @@ foreach ($topic_rowset as $topic) {
|
|||
'IS_UNREAD' => $is_unread,
|
||||
'TOPIC_ICON' => get_topic_icon($topic, $is_unread),
|
||||
'PAGINATION' => $moved ? '' : build_topic_pagination(TOPIC_URL . $topic_id, $replies, $bb_cfg['posts_per_page']),
|
||||
'REPLIES' => $replies,
|
||||
'VIEWS' => $topic['topic_views'],
|
||||
'REPLIES' => $moved ? '' : $replies,
|
||||
'VIEWS' => $moved ? '' : $topic['topic_views'],
|
||||
'TOR_STALED' => ($forum_data['allow_reg_tracker'] && !($t_type == POST_ANNOUNCE || $t_type == POST_STICKY || $topic['tor_size'])),
|
||||
'TOR_FROZEN' => isset($topic['tor_status']) ? ((!IS_AM) ? isset($bb_cfg['tor_frozen'][$topic['tor_status']]) : '') : '',
|
||||
'TOR_TYPE' => isset($topic['tor_type']) ? is_gold($topic['tor_type']) : '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue