mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +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
|
|
@ -265,7 +265,7 @@
|
|||
**/
|
||||
function procBoardAdminInsertCategory($args = null) {
|
||||
// 입력할 변수 정리
|
||||
if(!$args) $args = Context::gets('module_srl','category_srl','parent_srl','title','expand','group_srls');
|
||||
if(!$args) $args = Context::gets('module_srl','category_srl','parent_srl','title','expand','group_srls','color');
|
||||
|
||||
if($args->expand !="Y") $args->expand = "N";
|
||||
$args->group_srls = str_replace('|@|',',',$args->group_srls);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue