레이아웃에서 알림센터 위젯 사용시 알림 발생할 경우 겹치는 문제 고침

This commit is contained in:
Johnny 2022-03-15 02:10:04 +09:00
parent c2d831d93b
commit 0fec44222d

View file

@ -1061,6 +1061,12 @@ class ncenterliteController extends ncenterlite
return; return;
} }
// 레이아웃에서 알림센터 사용중이라면 중지
if(Context::get('layout_info')->use_ncenter_widget == 'Y')
{
return;
}
Context::set('ncenterlite_config', $config); Context::set('ncenterlite_config', $config);
if($config->highlight_effect === 'Y') if($config->highlight_effect === 'Y')