Blog_GetBlogsRating(1,10)) { $aBlogs=$aResult['collection']; $bStateError=false; $oEngine->Viewer_VarAssign(); $oEngine->Viewer_Assign('aBlogs',$aBlogs); $sTextResult=$oEngine->Viewer_Fetch("block.blogs_top.tpl"); } else { $sMsgTitle=$oEngine->Lang_Get('error'); $sMsg=$oEngine->Lang_Get('system_error'); } $GLOBALS['_RESULT'] = array( "bStateError" => $bStateError, "sText" => $sTextResult, "sMsgTitle" => $sMsgTitle, "sMsg" => $sMsg, ); ?>