통합검색 디자인 적용

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-10 05:16:40 +00:00
parent 978c77ef14
commit c5ef12d0d3
20 changed files with 126 additions and 83 deletions

View file

@ -92,6 +92,10 @@
}
}
// 텍스트 생성
$result_text = sprintf(Context::getLang("is_result_text"), $is_keyword, $output->total_count);
Context::set('result_text', $result_text);
// 템플릿 파일 지정
$this->setTemplateFile('index');
}