mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix search box category URI
This commit is contained in:
@@ -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);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user