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

This commit is contained in:
zero 2007-04-16 12:07:11 +00:00
parent eb3142a434
commit 8ed249412a
5 changed files with 49 additions and 6 deletions

View file

@ -54,6 +54,11 @@
Context::set('layout_info', $layout_info);
// 메뉴 목록을 가져옴
$oMenuModel = &getModel('menu');
$menu_list = $oMenuModel->getMenus();
Context::set('menu_list', $menu_list);
$this->setTemplateFile('layout_modify');
}