Comment_GetCommentsOnline('topic',Config::Get('block.stream.row'))) { $bStateError=false; $oEngine->Viewer_VarAssign(); $oEngine->Viewer_Assign('aComments',$aComments); $sTextResult=$oEngine->Viewer_Fetch("block.stream_comment.tpl"); } else { $sMsgTitle=$oEngine->Lang_Get('attention'); $sMsg=$oEngine->Lang_Get('block_stream_comments_no'); } $GLOBALS['_RESULT'] = array( "bStateError" => $bStateError, "sText" => $sTextResult, "sMsgTitle" => $sMsgTitle, "sMsg" => $sMsg, ); ?>