mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@369 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
127a6d4191
commit
4f2181d9df
9 changed files with 110 additions and 117 deletions
|
|
@ -66,12 +66,12 @@
|
|||
* @brief 모듈의 목록을 보여줌
|
||||
**/
|
||||
function dispModuleList() {
|
||||
// 모듈 목록을 세팅
|
||||
$oAdminModel = &getModel('admin');
|
||||
$module_list = $oAdminModel->getModuleList();
|
||||
Context::set('module_list', $module_list);
|
||||
// moduleView::dispModuleList()를 실행하고 템플릿 파일을 구해옴
|
||||
$oModuleView = &getView('module');
|
||||
$oModuleView->dispModuleList();
|
||||
|
||||
$this->setTemplateFile('module_list');
|
||||
$this->setTemplatePath($oModuleView->getTemplatePath());
|
||||
$this->setTemplateFile($oModuleView->getTemplateFile());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue