This commit is contained in:
Roman Kelesidis 2024-01-23 23:39:38 +07:00
parent a6c2fba9e6
commit f570e54223
2 changed files with 2 additions and 1 deletions

View File

@ -422,7 +422,7 @@ $(function(){
<span class="small"> | </span>
<span title="{L_VIEWS}: {tor.VIEWS}">{tor.VIEWS}</span>
</p>
<p style="padding-top: 2px" class="med" title="{L_COMPLETED}: {tor.COMPLETED}">
<p style="padding-top: 2px;" class="med" title="<!-- IF SHOW_COMPL -->{L_COMPLETED}<!-- ELSE -->{L_DOWNLOADED}<!-- ENDIF -->: {tor.COMPLETED}">
<b>{tor.COMPLETED}</b>
</p>
</td>

View File

@ -838,6 +838,7 @@ if ($allowed_forums)
'SEEDS_TITLE' => ($seeds) ? $lang['SEEDERS'] : ($lang['SEED_NOT_SEEN']. ":\n ". (($s_last) ? bb_date($s_last, $date_format) : $lang['NEVER'])),
'LEECHS' => ($leechs) ? $leechs : 0,
'COMPLETED' => $show_completed_count ? (($compl) ? $compl : 0) : $tor['download_count'],
'SHOW_COMPL' => (bool) $show_completed_count,
'REPLIES' => $tor['topic_replies'],
'VIEWS' => $tor['topic_views'],
'ADDED_RAW' => $tor['reg_time'],