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

This commit is contained in:
zero 2007-04-19 07:29:25 +00:00
parent 69f30ea239
commit 6f8106b90d
7 changed files with 185 additions and 1 deletions

View file

@ -530,10 +530,15 @@
* @brief 카테고리의 정보 출력
**/
function dispBlogAdminCategoryInfo() {
// module_srl을 구함
$module_srl = Context::get('module_srl');
// 메뉴의 정보를 가져옴
$oMenuModel = &getModel('blog');
$category_info = $oMenuModel->getCategory($module_srl);
Context::set('category_info', $category_info);
$this->setTemplateFile('category_list');
}