mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
a6c2fba9e6
commit
f570e54223
@ -422,7 +422,7 @@ $(function(){
|
|||||||
<span class="small"> | </span>
|
<span class="small"> | </span>
|
||||||
<span title="{L_VIEWS}: {tor.VIEWS}">{tor.VIEWS}</span>
|
<span title="{L_VIEWS}: {tor.VIEWS}">{tor.VIEWS}</span>
|
||||||
</p>
|
</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>
|
<b>{tor.COMPLETED}</b>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
|
@ -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'])),
|
'SEEDS_TITLE' => ($seeds) ? $lang['SEEDERS'] : ($lang['SEED_NOT_SEEN']. ":\n ". (($s_last) ? bb_date($s_last, $date_format) : $lang['NEVER'])),
|
||||||
'LEECHS' => ($leechs) ? $leechs : 0,
|
'LEECHS' => ($leechs) ? $leechs : 0,
|
||||||
'COMPLETED' => $show_completed_count ? (($compl) ? $compl : 0) : $tor['download_count'],
|
'COMPLETED' => $show_completed_count ? (($compl) ? $compl : 0) : $tor['download_count'],
|
||||||
|
'SHOW_COMPL' => (bool) $show_completed_count,
|
||||||
'REPLIES' => $tor['topic_replies'],
|
'REPLIES' => $tor['topic_replies'],
|
||||||
'VIEWS' => $tor['topic_views'],
|
'VIEWS' => $tor['topic_views'],
|
||||||
'ADDED_RAW' => $tor['reg_time'],
|
'ADDED_RAW' => $tor['reg_time'],
|
||||||
|
Loading…
Reference in New Issue
Block a user