mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
* pr/1272: #1128 통합 검색 상단에 엮인글 검색 링크 유무를 모듈 유무에 따라 설정 #1128 통합 검색에서 엮인 글 모듈 유무에 따라 표시 조절
This commit is contained in:
commit
0d1e54f062
4 changed files with 43 additions and 34 deletions
|
|
@ -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' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue