fix search box category URI

This commit is contained in:
xiaomlove
2025-10-16 16:56:53 +07:00
parent 72fee4db99
commit 08dbf79ec9
3 changed files with 4 additions and 4 deletions

View File

@@ -315,7 +315,7 @@ $categories = build_search_box_category_table($browsecatmode, 'yes', 'torrents.p
print($categories);
if (get_setting('main.spsct') == 'yes') {
print '<div style="height: 1px;background-color: #eee;margin: 10px 0"></div>';
$categoriesSpecial = build_search_box_category_table($specialcatmode, 'yes', 'torrents.php?allsec=1&', false, 3, '', ['section_name' => true]);
$categoriesSpecial = build_search_box_category_table($specialcatmode, 'yes', 'special.php?allsec=1&', false, 3, '', ['section_name' => true]);
print($categoriesSpecial);
}
?>