mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
문서/댓글/첨부파일/엮인글 관리자 페이지에 모듈별 열람이 가능하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1929 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a9e390ac0a
commit
9ccf23473b
15 changed files with 99 additions and 20 deletions
|
|
@ -176,6 +176,7 @@
|
|||
$args->page = $obj->page?$obj->page:1;
|
||||
$args->list_count = $obj->list_count?$obj->list_count:20;
|
||||
$args->page_count = $obj->page_count?$obj->page_count:10;
|
||||
$args->s_module_srl = $obj->module_srl;
|
||||
|
||||
// 검색 옵션 정리
|
||||
$search_target = trim(Context::get('search_target'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue