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

This commit is contained in:
zero 2007-03-06 12:49:24 +00:00
parent 5b99985858
commit af50e40164
7 changed files with 38 additions and 45 deletions

View file

@ -58,6 +58,9 @@
$this->setLayoutPath('./common/tpl/');
$this->setLayoutFile('popup_layout');
// menu_srl에 해당하는 값을 가져옴
// 템플릿 지정
$this->setTemplateFile('layout_menu_info');
}