mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Update filelist.php
This commit is contained in:
parent
8065f0818c
commit
e5eb9a6b3f
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ $prev_topic_id = $topic_ids[$current_index - 1] ?? $topic_id;
|
|||
$next_topic_id = $topic_ids[$current_index + 1] ?? $topic_id;
|
||||
|
||||
$template->assign_vars([
|
||||
'U_NEXT_TOPIC' => "filelist.php?t=$next_topic_id",
|
||||
'U_PREV_TOPIC' => "filelist.php?t=$prev_topic_id",
|
||||
'U_NEXT_TOPIC' => FILELIST_URL . $next_topic_id,
|
||||
'U_PREV_TOPIC' => FILELIST_URL . $prev_topic_id,
|
||||
]);
|
||||
unset($prev_topic_id, $next_topic_id, $current_index, $topic_ids, $topics);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue