되돌리기

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5268 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-01-07 06:56:25 +00:00
parent f69135d0de
commit dc5c356f2b

View file

@ -165,7 +165,7 @@
// 모듈 카테고리 목록과 모듈 목록의 조합
if(count($module_list)>=1) Context::set('module_list', $module_categories);
if(count($module_list)>1) Context::set('module_list', $module_categories);
// 팝업 레이아웃 선택
$this->setLayoutPath('./common/tpl');