Merge #1272 #1128 통합 검색에서 엮인글 모듈의 유무에 따라 표시 조절 by misol

* pr/1272:
  #1128 통합 검색 상단에 엮인글 검색 링크 유무를 모듈 유무에 따라 설정
  #1128 통합 검색에서 엮인 글 모듈 유무에 따라 표시 조절
This commit is contained in:
Kijin Sung 2015-10-08 14:08:52 +09:00
commit 0d1e54f062
4 changed files with 43 additions and 34 deletions

View file

@ -98,6 +98,13 @@ class integration_searchView extends integration_search
if($is_keyword)
{
$oIS = getModel('integration_search');
$oTrackbackModel = getAdminModel('trackback');
Context::set('trackback_module_exist', true);
if(!$oTrackbackModel)
{
Context::set('trackback_module_exist', false);
}
switch($where)
{
case 'document' :