make(); } if(!$NUM) { // 모바일/데스크탑 분기 if ($g['mobile'] && $_SESSION['pcmode'] != 'Y') { $html.='
  • 새 알림이 없습니다.
  • '; } else { $html.='새 알림이 없습니다.'; } } $result['num'] = !$NUM?'':$NUM; $result['tpg'] = $TPG; $result['content'] = $html; echo json_encode($result); exit; ?>