mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
issue 1246 modify search target in context
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10243 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4ed8173b3f
commit
345e21a125
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@
|
||||||
$output['multimedia'] = $oIS->getImages($target, $module_srl_list, $is_keyword, $page, 5);
|
$output['multimedia'] = $oIS->getImages($target, $module_srl_list, $is_keyword, $page, 5);
|
||||||
$output['file'] = $oIS->getFiles($target, $module_srl_list, $is_keyword, $page, 5);
|
$output['file'] = $oIS->getFiles($target, $module_srl_list, $is_keyword, $page, 5);
|
||||||
Context::set('search_result', $output);
|
Context::set('search_result', $output);
|
||||||
|
Context::set('search_target', 'title');
|
||||||
$this->setTemplateFile("index", $page);
|
$this->setTemplateFile("index", $page);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue