| #150 | $cate_id = $cate_arr[$file_basename]; |
| #151 | } |
| #152 | } elseif(isset($cate_arr[$cate_path])) { |
| #153 | // 分类目录下的文件,匹配分类 |
| #154 | $cate_id = $cate_arr[$cate_path]; |
| #155 | } |
| #156 | |
| #157 | if($cate_id > 0) { |
| #158 | $_GET['control'] = 'cate'; |
| #159 | $_GET['action'] = 'index'; |