mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@395 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f3574368ce
commit
697b5bd1db
4 changed files with 9 additions and 5 deletions
|
|
@ -14,6 +14,13 @@
|
|||
$this->setTemplatePath($this->module_path.'tpl.admin');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 애드온 관리 메인 페이지
|
||||
**/
|
||||
function dispIndex() {
|
||||
$this->dispAddonList();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 애드온 목록을 보여줌
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue