mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
게시판 분류에 color 속성 추가 (color picker는 일괄 처리 예정)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5081 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b51eb6c7d
commit
64ec631bba
18 changed files with 80 additions and 23 deletions
|
|
@ -513,7 +513,6 @@
|
|||
$this->_arrangeCategory($document_category, $menu->list, 0);
|
||||
$this->category_list[$module_srl] = $document_category;
|
||||
}
|
||||
|
||||
return $this->category_list[$module_srl];
|
||||
}
|
||||
|
||||
|
|
@ -532,6 +531,7 @@
|
|||
$obj->parent_srl = $val['parent_srl'];
|
||||
$obj->title = $obj->text = $val['text'];
|
||||
$obj->expand = $val['expand']=='Y'?true:false;
|
||||
$obj->color = $val['color'];
|
||||
$obj->document_count = $val['document_count'];
|
||||
$obj->depth = $depth;
|
||||
$obj->child_count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue