mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
게시글의 카테고리를 다중 depth를 지원하게 하고 게시판 모듈에서 이 다중 depth를 적용하도록 기본 스킨 수정. 게시글 분류 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3549 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e539a5e8a2
commit
3a12a24a1f
38 changed files with 475 additions and 112 deletions
|
|
@ -236,12 +236,7 @@
|
|||
if($category->group_srls) {
|
||||
$category_group_srls = explode(',',$category->group_srls);
|
||||
$is_granted = false;
|
||||
for($i=0;$i<$group_srls_count;$i++) {
|
||||
if(in_array($group_srls[$i],$category_group_srls)) {
|
||||
$is_granted = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(count(array_intersect($group_srls, $category_group_srls))) $is_granted = true;
|
||||
|
||||
}
|
||||
if($is_granted) $category_list[$category_srl] = $category;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue