-
{t.TOR_STATUS_ICON}·
+
{t.TOR_STATUS_ICON}·
{ICON_NEWEST_REPLY}
{L_TOPIC_MOVED}
{L_TOPIC_DL}
diff --git a/upload/viewforum.php b/upload/viewforum.php
index 4b21087f5..ea71b3428 100644
--- a/upload/viewforum.php
+++ b/upload/viewforum.php
@@ -544,6 +544,7 @@ foreach ($topic_rowset as $topic)
'TOR_TYPE' => $is_gold,
'TOR_STATUS_ICON' => isset($topic['tor_status']) ? $bb_cfg['tor_icons'][$topic['tor_status']] : '',
+ 'TOR_STATUS_TEXT' => isset($topic['tor_status']) ? $lang['TOR_STATUS_NAME'][$topic['tor_status']] : '',
'ATTACH' => $topic['topic_attachment'],
'STATUS' => $topic['topic_status'],