mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
설정 정보를 가져오도록 소스 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3118 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e3ac291b3a
commit
a22814fae7
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@
|
|||
$skin_list = $oModuleModel->getskins($this->module_path);
|
||||
Context::set('skin_list', $skin_list);
|
||||
|
||||
// 설정 정보를 받아옴 (module model 객체를 이용)
|
||||
$config = $oModuleModel->getModuleConfig('message');
|
||||
Context::set('config',$config);
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
$this->setTemplateFile('config');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue