사용되지 않는 Admin모듈의 'Shortcut'기능 관련된 파일/코드 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4184 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-05-10 03:04:19 +00:00
parent 9a1830ce67
commit 281a720a87
12 changed files with 0 additions and 177 deletions

View file

@ -84,12 +84,5 @@
$this->setTemplateFile('index');
}
/**
* @brief 관리자 메뉴 숏컷 출력
**/
function dispAdminShortCut() {
$this->setTemplateFile('shortcut_list');
}
}
?>