#1546 | $_GET['cid'] = $mat['cid']; |
#1547 | $_GET['id'] = $mat['id']; |
#1548 | $_GET['cate_content_url_nosuffix'] = 7; |
#1549 | return true; |
#1550 | }elseif( isset($mat['mid']) && isset($mat['id']) && $this->mid_check($mat['mid'], $cfg) ) { // {mid} {id} 合组 |
#1551 | $_GET['mid'] = $mat['mid']; |
#1552 | $_GET['id'] = $mat['id']; |
#1553 | $_GET['cate_content_url_nosuffix'] = 7; |
#1554 | return true; |
#1555 | }elseif( isset($mat['cate_alias']) && isset($mat['id']) ) { // {cate_alias} {id} 合组 |