mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update torrent_show_dl_list.php
This commit is contained in:
parent
5fc21abcf1
commit
f25e5ee20b
@ -88,6 +88,10 @@ if ($show_dl_list)
|
||||
$dl_count_mode_cnt = 0;
|
||||
foreach ($dl_status_css as $i => $desc)
|
||||
{
|
||||
if ($i == DL_STATUS_RELEASER)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if ($dl_cat[$i] && !$count_mode)
|
||||
{
|
||||
$dl_users_div_style = ($dl_count[$i] > $max_dl_users_before_overflow) ? $dl_users_div_style_overflow : $dl_users_div_style_normal;
|
||||
|
Loading…
Reference in New Issue
Block a user