diff --git a/library/includes/file_list_v2.php b/library/includes/file_list_v2.php index 41da474cf..4e7f9f5c1 100644 --- a/library/includes/file_list_v2.php +++ b/library/includes/file_list_v2.php @@ -66,7 +66,7 @@ $data = [ 'client' => isset($torrent['created by']) ? htmlCHR(substr($torrent['created by'], 0, 20)) : 'unknown client', 'date' => (isset($torrent['creation date']) && is_numeric($torrent['creation date'])) ? delta_time($torrent['creation date']) : 'unknown', 'size' => humn_size($row['size']), - 'site_url' => TOPIC_URL . $topic_id, + 'topic_url' => TOPIC_URL . $topic_id, ]; header('Cache-Control: public, max-age=3600'); @@ -79,7 +79,7 @@ echo << - + {$data['name']} ({$data['size']}) | {$bb_cfg['sitename']} @@ -150,7 +150,7 @@ sup { opacity: 0.97; } -🠔 Back to the topic +🠔 Back to the topic

Name: {$data['name']} | Age: ({$data['date']}) | Size: {$data['size']}