User_IsAuthorization()) { $oUserCurrent=$oEngine->User_GetUserCurrent(); if ($aBlogs=$oEngine->Blog_GetBlogsRatingJoin($oUserCurrent->getId(),Config::Get('block.blogs.row'))) { $bStateError=false; $oEngine->Viewer_VarAssign(); $oEngine->Viewer_Assign('aBlogs',$aBlogs); $sTextResult=$oEngine->Viewer_Fetch("block.blogs_top.tpl"); } else { $sMsgTitle=$oEngine->Lang_Get('attention'); $sMsg=$oEngine->Lang_Get('block_blogs_join_error'); } } else { $sMsgTitle=$oEngine->Lang_Get('error'); $sMsg=$oEngine->Lang_Get('need_authorization'); } $GLOBALS['_RESULT'] = array( "bStateError" => $bStateError, "sText" => $sTextResult, "sMsgTitle" => $sMsgTitle, "sMsg" => $sMsg, ); ?>