git-svn-id: http://xe-core.googlecode.com/svn/trunk@395 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-13 07:42:45 +00:00
parent f3574368ce
commit 697b5bd1db
4 changed files with 9 additions and 5 deletions

View file

@ -14,6 +14,13 @@
$this->setTemplatePath($this->module_path.'tpl.admin');
}
/**
* @brief 애드온 관리 메인 페이지
**/
function dispIndex() {
$this->dispAddonList();
}
/**
* @brief 애드온 목록을 보여줌
**/