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

This commit is contained in:
zero 2007-04-26 00:54:54 +00:00
parent 16e7a1668f
commit 7de9347ff3
15 changed files with 117 additions and 38 deletions

View file

@ -163,8 +163,9 @@
$args->page_count = $this->page_count; ///< 페이지 네비게이션에 나타날 페이지의 수
// 검색 옵션
$args->search_target = trim(Context::get('search_target')); ///< 검색대상
$args->search_keyword = trim(Context::get('search_keyword')); ///< 검색어
if($args->search_keyword) $args->search_target = "title_content"; ///< 검색 고정
if($args->search_keyword && !$args->search_target) $args->search_target = "title_content"; ///< 검색 고정
$args->category_srl = $this->category_srl;
$args->sort_index = 'list_order'; ///< 소팅 값