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

This commit is contained in:
zero 2007-03-07 11:11:27 +00:00
parent f777c37e3d
commit ea6d03386e
9 changed files with 95 additions and 6 deletions

View file

@ -181,7 +181,6 @@
$oDB = &DB::getInstance();
$menu_info->menu_srl = $oDB->getNextSequence();
}
Context::set('menu_info', $menu_info);
// template 파일을 직접 컴파일한후 tpl변수에 담아서 return한다.