mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
#19155078 관리자 페이지에서 페이지 모듈 검색 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7694 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14389fdc13
commit
d3035546be
4 changed files with 25 additions and 3 deletions
|
|
@ -27,6 +27,8 @@
|
|||
$args->mid = $args->page_name;
|
||||
unset($args->page_name);
|
||||
|
||||
if($args->use_mobile != 'Y') $args->use_mobile = '';
|
||||
|
||||
// module_srl이 넘어오면 원 모듈이 있는지 확인
|
||||
if($args->module_srl) {
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($args->module_srl);
|
||||
|
|
@ -154,7 +156,7 @@
|
|||
**/
|
||||
function procPageAdminInsertConfig() {
|
||||
// 기본 정보를 받음
|
||||
$args = Context::gets('test');
|
||||
$args = Context::getRequestVars();
|
||||
|
||||
// module Controller 객체 생성하여 입력
|
||||
$oModuleController = &getController('module');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue