diff --git a/bbs/list.php b/bbs/list.php index a2d164537..c27531ea4 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -6,12 +6,21 @@ $is_category = false; $category_option = ''; if ($board['bo_use_category']) { $is_category = true; - $category_location = './board.php?bo_table='.$bo_table.'&sca='; + $category_href = G4_BBS_URL.'/board.php?bo_table='.$bo_table; + + $category_option .= '