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

This commit is contained in:
zero 2007-02-07 06:50:46 +00:00
parent 3bf018c5fa
commit 299ee5fecb
6 changed files with 108 additions and 53 deletions

View file

@ -52,12 +52,12 @@
// 초기화
function init() {/*{{{*/
// lang
Context::loadLang($this->template_path.'lang/');
}/*}}}*/
// disp 초기화
function dispInit() {/*{{{*/
// lang
Context::loadLang($this->template_path.'lang/');
// 카테고리를 사용한다면 카테고리 목록을 구해옴
if($this->module_info->use_category=='Y') {
@ -77,9 +77,6 @@
// proc 초기화
function procInit() {/*{{{*/
// lang
Context::loadLang($this->template_path.'lang/');
// 파일 업로드일 경우 $act값을 procUploadFile() 로 변경
if(Context::isUploaded()) $this->act = 'procUploadFile';